#B9BBCC

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

Shades of Lavender Grey #B9BBCC

Tints of Lavender Grey #B9BBCC

Color information

#B9BBCC (or 0xB9BBCC) is unknown color: approx Lavender Grey. HEX triplet: B9, BB and CC. RGB value is (185,187,204). Sum of RGB (Red+Green+Blue) = 185+187+204=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBCC is #464433. Grayscale: #BCBCBC. Windows color (decimal): -4604980 or 13417401. OLE color: 13417401.

HSL color Cylindrical-coordinate representation of color #B9BBCC: hue angle of 233.68º degrees, saturation: 0.16, 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 #B9BBCC is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185187204-
CMYK0.090.0800.2
HSL233.68º15.7%76.27%-
HSV(B)233.68º9.31%80%-
XYZ48.6850.2164.25-
YUV188.34136.84125.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 204 (80.08% from 255) = 35.42%
R=32.12%
G=32.47%
B=35.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851872040.090.0800.2233.6815.776.27
HexB9BBCC98014ea104c
Octal271273314111002435220114
Binary1011100110111011110011001001100001010011101010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBCC; }

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

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

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

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

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

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

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

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