#B9BAD9

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

Shades of Lavender Grey #B9BAD9

Tints of Lavender Grey #B9BAD9

Color information

#B9BAD9 (or 0xB9BAD9) is unknown color: approx Lavender Grey. HEX triplet: B9, BA and D9. RGB value is (185,186,217). Sum of RGB (Red+Green+Blue) = 185+186+217=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #B9BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BAD9 is #464526. Grayscale: #BDBDBD. Windows color (decimal): -4605223 or 14269113. OLE color: 14269113.

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

Color convert

RGB185186217-
CMYK0.150.1400.15
HSL238.12º29.63%78.82%-
HSV(B)238.12º14.75%85.1%-
XYZ50.0950.4472.74-
YUV189.24143.67124.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 217 (85.16% from 255) = 36.90%
R=31.46%
G=31.63%
B=36.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851862170.150.1400.15238.1229.6378.82
HexB9BAD9FE0Fee1e4f
Octal271272331171601735636117
Binary101110011011101011011001111111100111111101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAD9; }

 p { color: rgb(185,186,217); }

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

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

 a { background-color: rgb(185,186,217); }

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

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

 span { border-color: rgb(185,186,217); }

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