#B9BBCB

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

Shades of Lavender Grey #B9BBCB

Tints of Lavender Grey #B9BBCB

Color information

#B9BBCB (or 0xB9BBCB) is unknown color: approx Lavender Grey. HEX triplet: B9, BB and CB. RGB value is (185,187,203). Sum of RGB (Red+Green+Blue) = 185+187+203=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBCB is #464434. Grayscale: #BCBCBC. Windows color (decimal): -4604981 or 13351865. OLE color: 13351865.

HSL color Cylindrical-coordinate representation of color #B9BBCB: hue angle of 233.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9BBCB is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185187203-
CMYK0.090.0800.20
HSL233.33º14.75%76.08%-
HSV(B)233.33º8.87%79.61%-
XYZ48.5650.1763.62-
YUV188.23136.34125.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=32.17%
G=32.52%
B=35.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851872030.090.0800.20233.3314.7576.08
HexB9BBCB98014e9f4c
Octal271273313111002435117114
Binary101110011011101111001011100110000101001110100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBCB; }

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

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

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

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

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

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

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

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