#B9B9CC

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

Shades of Lavender Grey #B9B9CC

Tints of Lavender Grey #B9B9CC

Color information

#B9B9CC (or 0xB9B9CC) is unknown color: approx Lavender Grey. HEX triplet: B9, B9 and CC. RGB value is (185,185,204). Sum of RGB (Red+Green+Blue) = 185+185+204=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9B9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B9CC is #464633. Grayscale: #BBBBBB. Windows color (decimal): -4605492 or 13416889. OLE color: 13416889.

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

Color convert

RGB185185204-
CMYK0.090.0900.2
HSL240º15.7%76.27%-
HSV(B)240º9.31%80%-
XYZ48.2649.3764.11-
YUV187.17137.5126.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.23%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=32.23%
G=32.23%
B=35.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851852040.090.0900.224015.776.27
HexB9B9CC99014f0104c
Octal271271314111102436020114
Binary1011100110111001110011001001100101010011110000100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B9CC; }

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

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

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

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

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

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

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

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