#B9BDD0

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

Shades of Lavender Grey #B9BDD0

Tints of Lavender Grey #B9BDD0

Color information

#B9BDD0 (or 0xB9BDD0) is unknown color: approx Lavender Grey. HEX triplet: B9, BD and D0. RGB value is (185,189,208). Sum of RGB (Red+Green+Blue) = 185+189+208=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDD0 is #46422F. Grayscale: #BDBDBD. Windows color (decimal): -4604464 or 13680057. OLE color: 13680057.

HSL color Cylindrical-coordinate representation of color #B9BDD0: hue angle of 229.57º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9BDD0 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185189208-
CMYK0.110.0900.18
HSL229.57º19.66%77.06%-
HSV(B)229.57º11.06%81.57%-
XYZ49.5951.2666.96-
YUV189.97138.17124.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 208 (81.64% from 255) = 35.74%
R=31.79%
G=32.47%
B=35.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851892080.110.0900.18229.5719.6677.06
HexB9BDD0B9012e6144d
Octal271275320131102234624115
Binary1011100110111101110100001011100101001011100110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDD0; }

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

 H1.HeaderClassName
 {
   color: #B9BDD0;
 }
 .AnyTagClassName
 {
   color: #B9BDD0;
 }
</style>
background-color css

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

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

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

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

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

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