#B9BBCF

Color #B9BBCF Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #B9BBCF

Tints of Lavender Grey #B9BBCF

Color information

#B9BBCF (or 0xB9BBCF) is unknown color: approx Lavender Grey. HEX triplet: B9, BB and CF. RGB value is (185,187,207). Sum of RGB (Red+Green+Blue) = 185+187+207=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBCF is #464430. Grayscale: #BCBCBC. Windows color (decimal): -4604977 or 13614009. OLE color: 13614009.

HSL color Cylindrical-coordinate representation of color #B9BBCF: hue angle of 234.55º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9BBCF is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185187207-
CMYK0.110.1000.19
HSL234.55º18.64%76.86%-
HSV(B)234.55º10.63%81.18%-
XYZ49.0450.3666.17-
YUV188.68138.34125.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=31.95%
G=32.30%
B=35.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851872070.110.1000.19234.5518.6476.86
HexB9BBCFBA013eb134d
Octal271273317131202335323115
Binary1011100110111011110011111011101001001111101011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBCF; }

 p { color: rgb(185,187,207); }

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

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

 a { background-color: rgb(185,187,207); }

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

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

 span { border-color: rgb(185,187,207); }

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