Html Css Color HEX #B9BBDA Lavender Grey

📋 copy color: '#B9BBDA'

red 185 ◦ green 187 ◦ blue 218

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

Shades of Lavender Grey #B9BBDA

Tints of Lavender Grey #B9BBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 31.36%
G = 31.69%
B = 36.95%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B9BBDA (or 0xB9BBDA) is known color: Lavender Grey. HEX triplet: B9, BB and DA. RGB value is (185,187,218). Sum of RGB (Red+Green+Blue) = 185+187+218=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBDA is #464425. Grayscale: #BDBDBD. Windows color (decimal): -4604966 or 14334905. OLE color: 14334905.

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

Color convert

RGB 185 187 218 -
CMYK 0.15 0.14 0 0.15
HSL 236.36º 0.31% 0.79% -
HSV(B) 236.36º 0.15% 0.85% -
XYZ 50.43 50.92 73.5 -
YUV 189.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 185 187 218 0.15 0.14 0 0.15 236.36 0.31 0.79
Hex B9 BB DA F E 0 F EC 1F 4F
Octal 271 273 332 17 16 0 17 354 37 117
Binary 10111001 10111011 11011010 1111 1110 0 1111 11101100 11111 1001111

Color Harmonies of #B9BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBDA

Black with #B9BBDA

Text Example


Text Example

White with #B9BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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