Html Css Color HEX #B9BBDB Lavender Grey

📋 copy color: '#B9BBDB'

red 185 ◦ green 187 ◦ blue 219

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

Shades of Lavender Grey #B9BBDB

Tints of Lavender Grey #B9BBDB

RGB

 RED value IS 185 (72.66% from 255) = 31.3%

 GREEN value IS 187 (73.44% from 255) = 31.64%

 BLUE value IS 219 (85.94% from 255) = 37.06%

R = 31.3%
G = 31.64%
B = 37.06%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9BBDB (or 0xB9BBDB) is known color: Lavender Grey. HEX triplet: B9, BB and DB. RGB value is (185,187,219). Sum of RGB (Red+Green+Blue) = 185+187+219=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBDB is #464424. Grayscale: #BDBDBD. Windows color (decimal): -4604965 or 14400441. OLE color: 14400441.

HSL color Cylindrical-coordinate representation of color #B9BBDB: hue angle of 236.47º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9BBDB is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 187 219 -
CMYK 0.16 0.15 0 0.14
HSL 236.47º 0.32% 0.79% -
HSV(B) 236.47º 0.16% 0.86% -
XYZ 50.56 50.97 74.19 -
YUV 190.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 185 187 219 0.16 0.15 0 0.14 236.47 0.32 0.79
Hex B9 BB DB 10 F 0 E EC 20 4F
Octal 271 273 333 20 17 0 16 354 40 117
Binary 10111001 10111011 11011011 10000 1111 0 1110 11101100 100000 1001111

Color Harmonies of #B9BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBDB

Black with #B9BBDB

Text Example


Text Example

White with #B9BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BBDB; }

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

 H1.HeaderClassName
 {
   color: #B9BBDB;
 }
 .AnyTagClassName
 {
   color: #B9BBDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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