Html Css Color HEX #B9BDDB Lavender Grey

📋 copy color: '#B9BDDB'

red 185 ◦ green 189 ◦ blue 219

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

Shades of Lavender Grey #B9BDDB

Tints of Lavender Grey #B9BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.87%

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

R = 31.2%
G = 31.87%
B = 36.93%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9BDDB (or 0xB9BDDB) is known color: Lavender Grey. HEX triplet: B9, BD and DB. RGB value is (185,189,219). Sum of RGB (Red+Green+Blue) = 185+189+219=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDDB is #464224. Grayscale: #BFBFBF. Windows color (decimal): -4604453 or 14400953. OLE color: 14400953.

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

Color convert

RGB 185 189 219 -
CMYK 0.16 0.14 0 0.14
HSL 232.94º 0.32% 0.79% -
HSV(B) 232.94º 0.16% 0.86% -
XYZ 50.99 51.82 74.33 -
YUV 191.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 185 189 219 0.16 0.14 0 0.14 232.94 0.32 0.79
Hex B9 BD DB 10 E 0 E E9 20 4F
Octal 271 275 333 20 16 0 16 351 40 117
Binary 10111001 10111101 11011011 10000 1110 0 1110 11101001 100000 1001111

Color Harmonies of #B9BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDDB

Black with #B9BDDB

Text Example


Text Example

White with #B9BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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