#B9BAE9

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

Shades of Lavender Grey #B9BAE9

Tints of Lavender Grey #B9BAE9

Color information

#B9BAE9 (or 0xB9BAE9) is unknown color: approx Lavender Grey. HEX triplet: B9, BA and E9. RGB value is (185,186,233). Sum of RGB (Red+Green+Blue) = 185+186+233=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #B9BAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BAE9 is #464516. Grayscale: #BEBEBE. Windows color (decimal): -4605207 or 15317689. OLE color: 15317689.

HSL color Cylindrical-coordinate representation of color #B9BAE9: hue angle of 238.75º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9BAE9 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB185186233-
CMYK0.210.2000.09
HSL238.75º52.17%81.96%-
HSV(B)238.75º20.6%91.37%-
XYZ52.2751.3284.24-
YUV191.06151.67123.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.63%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 233 (91.41% from 255) = 38.58%
R=30.63%
G=30.79%
B=38.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851862330.210.2000.09238.7552.1781.96
HexB9BAE9151409ef3452
Octal271272351252401135764122
Binary101110011011101011101001101011010001001111011111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAE9; }

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

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

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

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

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

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

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

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