#b9bbd8

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

Shades of Lavender Grey #B9BBD8

Tints of Lavender Grey #B9BBD8

Color information

#B9BBD8 (or 0xB9BBD8) is unknown color: approx Lavender Grey. HEX triplet: B9, BB and D8. RGB value is (185,187,216). Sum of RGB (Red+Green+Blue) = 185+187+216=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #B9BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBD8 is #464427. Grayscale: #BDBDBD. Windows color (decimal): -4604968 or 14203833. OLE color: 14203833.

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

Color convert

RGB185187216-
CMYK0.140.1300.15
HSL236.13º28.44%78.63%-
HSV(B)236.13º14.35%84.71%-
XYZ50.1750.8172.13-
YUV189.71142.84124.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 216 (84.77% from 255) = 36.73%
R=31.46%
G=31.80%
B=36.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851872160.140.1300.15236.1328.4478.63
HexB9BBD8ED0Fec1c4f
Octal271273330161501735434117
Binary101110011011101111011000111011010111111101100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9bbd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9bbd8; }

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

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

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

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

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

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

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

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