Shades of Lavender Grey #B9BAEA
Tints of Lavender Grey #B9BAEA
RGB
CMYK
RGB Variations
Color information
#B9BAEA (or 0xB9BAEA) is known color: Lavender Grey. HEX triplet: B9, BA and EA. RGB value is (185,186,234). Sum of RGB (Red+Green+Blue) = 185+186+234=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BAEA is #464515. Grayscale: #BEBEBE. Windows color (decimal): -4605206 or 15383225. OLE color: 15383225.
HSL color Cylindrical-coordinate representation of color #B9BAEA: hue angle of 238.78º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9BAEA is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 186 | 234 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.08 |
| HSL | 238.78º | 0.54% | 0.82% | - |
| HSV(B) | 238.78º | 0.21% | 0.92% | - |
| XYZ | 52.42 | 51.37 | 85 | - |
| YUV | 191.17 | 152.17 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 234 | 0.21 | 0.21 | 0 | 0.08 | 238.78 | 0.54 | 0.82 |
| Hex | B9 | BA | EA | 15 | 15 | 0 | 8 | EF | 36 | 52 |
| Octal | 271 | 272 | 352 | 25 | 25 | 0 | 10 | 357 | 66 | 122 |
| Binary | 10111001 | 10111010 | 11101010 | 10101 | 10101 | 0 | 1000 | 11101111 | 110110 | 1010010 |
Color Harmonies of #B9BAEA
Complementary color
Monochromatic Colors of #B9BAEA
Black with #B9BAEA
Text Example
Text Example
White with #B9BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BAEA; }
p { color: rgb(185,186,234); }
H1.HeaderClassName
{
color: #B9BAEA;
}
.AnyTagClassName
{
color: #B9BAEA;
}
</style>
background-color css
<style>
a { background-color: #B9BAEA; }
a { background-color: rgb(185,186,234); }
div.DivClassName
{
background-color: #B9BAEA;
}
.BgClassName
{
background-color: #B9BAEA;
}
</style>
border-color css
<style>
span { border-color: #B9BAEA; }
span { border-color: rgb(185,186,234); }
td.TdClassName
{
border-color: #B9BAEA;
}
.TagClassName
{
border-color: #B9BAEA;
}
</style>