Html Css Color HEX #B9BBCC Lavender Grey

📋 copy color: '#B9BBCC'

red 185 ◦ green 187 ◦ blue 204

#B9BBCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #B9BBCC

Tints of Lavender Grey #B9BBCC

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 value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9BBCC (or 0xB9BBCC) is known color: 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

RGB 185 187 204 -
CMYK 0.09 0.08 0 0.2
HSL 233.68º 0.16% 0.76% -
HSV(B) 233.68º 0.09% 0.8% -
XYZ 48.68 50.21 64.25 -
YUV 188.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 185 187 204 0.09 0.08 0 0.2 233.68 0.16 0.76
Hex B9 BB CC 9 8 0 14 EA 10 4C
Octal 271 273 314 11 10 0 24 352 20 114
Binary 10111001 10111011 11001100 1001 1000 0 10100 11101010 10000 1001100

Color Harmonies of #B9BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBCC

Black with #B9BBCC

Text Example


Text Example

White with #B9BBCC

Text Example


Text Example

HTML Codes & Css Web 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>