#B9BED4

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

Shades of Lavender Grey #B9BED4

Tints of Lavender Grey #B9BED4

Color information

#B9BED4 (or 0xB9BED4) is unknown color: approx Lavender Grey. HEX triplet: B9, BE and D4. RGB value is (185,190,212). Sum of RGB (Red+Green+Blue) = 185+190+212=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: blue. Hex color #B9BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BED4 is #46412B. Grayscale: #BEBEBE. Windows color (decimal): -4604204 or 13942457. OLE color: 13942457.

HSL color Cylindrical-coordinate representation of color #B9BED4: hue angle of 228.89º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9BED4 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB185190212-
CMYK0.130.1000.17
HSL228.89º23.89%77.84%-
HSV(B)228.89º12.74%83.14%-
XYZ50.351.8969.65-
YUV191.01139.84123.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.52%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=31.52%
G=32.37%
B=36.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1851902120.130.1000.17228.8923.8977.84
HexB9BED4DA011e5184e
Octal271276324151202134530116
Binary1011100110111110110101001101101001000111100101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BED4; }

 p { color: rgb(185,190,212); }

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

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

 a { background-color: rgb(185,190,212); }

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

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

 span { border-color: rgb(185,190,212); }

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