#b698d9

Color #B698D9 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B698D9

Tints of Biloba Flower #B698D9

Color information

#B698D9 (or 0xB698D9) is unknown color: approx Biloba Flower. HEX triplet: B6, 98 and D9. RGB value is (182,152,217). Sum of RGB (Red+Green+Blue) = 182+152+217=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 217 - color contains mainly: blue. Hex color #B698D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698D9 is #496726. Grayscale: #A8A8A8. Windows color (decimal): -4810535 or 14260406. OLE color: 14260406.

HSL color Cylindrical-coordinate representation of color #B698D9: hue angle of 267.69º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B698D9 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182152217-
CMYK0.160.3000.15
HSL267.69º46.1%72.35%-
HSV(B)267.69º29.95%85.1%-
XYZ43.0437.4170.6-
YUV168.38155.44137.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 217 (85.16% from 255) = 39.38%
R=33.03%
G=27.59%
B=39.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821522170.160.3000.15267.6946.172.35
HexB698D9101E0F10c2e48
Octal266230331203601741456110
Binary1011011010011000110110011000011110011111000011001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b698d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b698d9; }

 p { color: rgb(182,152,217); }

 H1.HeaderClassName
 {
   color: #b698d9;
 }
 .AnyTagClassName
 {
   color: #b698d9;
 }
</style>
background-color css

<style>
 a { background-color: #b698d9; }

 a { background-color: rgb(182,152,217); }

 div.DivClassName
 {
   background-color: #b698d9;
 }
 .BgClassName
 {
   background-color: #b698d9;
 }
</style>
border-color css

<style>
 span { border-color: #b698d9; }

 span { border-color: rgb(182,152,217); }

 td.TdClassName
 {
   border-color: #b698d9;
 }
 .TagClassName
 {
   border-color: #b698d9;
 }
</style>