#B699D6

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

Shades of Biloba Flower #B699D6

Tints of Biloba Flower #B699D6

Color information

#B699D6 (or 0xB699D6) is unknown color: approx Biloba Flower. HEX triplet: B6, 99 and D6. RGB value is (182,153,214). Sum of RGB (Red+Green+Blue) = 182+153+214=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #B699D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699D6 is #496629. Grayscale: #A8A8A8. Windows color (decimal): -4810282 or 14064054. OLE color: 14064054.

HSL color Cylindrical-coordinate representation of color #B699D6: hue angle of 268.52º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B699D6 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB182153214-
CMYK0.150.2900.16
HSL268.52º42.66%71.96%-
HSV(B)268.52º28.5%83.92%-
XYZ42.8237.5868.62-
YUV168.62153.61137.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.15%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 214 (83.98% from 255) = 38.98%
R=33.15%
G=27.87%
B=38.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821532140.150.2900.16268.5242.6671.96
HexB699D6F1D01010d2b48
Octal266231326173502041553110
Binary1011011010011001110101101111111010100001000011011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699D6; }

 p { color: rgb(182,153,214); }

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

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

 a { background-color: rgb(182,153,214); }

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

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

 span { border-color: rgb(182,153,214); }

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