#B9BDDB

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

Shades of Lavender Grey #B9BDDB

Tints of Lavender Grey #B9BDDB

Color information

#B9BDDB (or 0xB9BDDB) is unknown color: approx 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

RGB185189219-
CMYK0.160.1400.14
HSL232.94º32.08%79.22%-
HSV(B)232.94º15.53%85.88%-
XYZ50.9951.8274.33-
YUV191.22143.67123.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.20%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=31.20%
G=31.87%
B=36.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851892190.160.1400.14232.9432.0879.22
HexB9BDDB10E0Ee9204f
Octal271275333201601635140117
Binary10111001101111011101101110000111001110111010011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>