Shades of Lavender Grey #B7BAE2
Tints of Lavender Grey #B7BAE2
RGB
CMYK
RGB Variations
Color information
#B7BAE2 (or 0xB7BAE2) is known color: Lavender Grey. HEX triplet: B7, BA and E2. RGB value is (183,186,226). Sum of RGB (Red+Green+Blue) = 183+186+226=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 226 - color contains mainly: blue. Hex color #B7BAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BAE2 is #48451D. Grayscale: #BDBDBD. Windows color (decimal): -4736286 or 14858935. OLE color: 14858935.
HSL color Cylindrical-coordinate representation of color #B7BAE2: hue angle of 235.81º degrees, saturation: 0.43, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7BAE2 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 183 | 186 | 226 | - |
CMYK | 0.19 | 0.18 | 0 | 0.11 |
HSL | 235.81º | 0.43% | 0.8% | - |
HSV(B) | 235.81º | 0.19% | 0.89% | - |
XYZ | 50.81 | 50.68 | 79.05 | - |
YUV | 189.66 | 148.51 | 123.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 186 | 226 | 0.19 | 0.18 | 0 | 0.11 | 235.81 | 0.43 | 0.8 |
Hex | B7 | BA | E2 | 13 | 12 | 0 | B | EC | 2B | 50 |
Octal | 267 | 272 | 342 | 23 | 22 | 0 | 13 | 354 | 53 | 120 |
Binary | 10110111 | 10111010 | 11100010 | 10011 | 10010 | 0 | 1011 | 11101100 | 101011 | 1010000 |
Color Harmonies of #B7BAE2
Complementary color
Monochromatic Colors of #B7BAE2
Black with #B7BAE2
Text Example
Text Example
White with #B7BAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BAE2; }
p { color: rgb(183,186,226); }
H1.HeaderClassName
{
color: #B7BAE2;
}
.AnyTagClassName
{
color: #B7BAE2;
}
</style>
background-color css
<style>
a { background-color: #B7BAE2; }
a { background-color: rgb(183,186,226); }
div.DivClassName
{
background-color: #B7BAE2;
}
.BgClassName
{
background-color: #B7BAE2;
}
</style>
border-color css
<style>
span { border-color: #B7BAE2; }
span { border-color: rgb(183,186,226); }
td.TdClassName
{
border-color: #B7BAE2;
}
.TagClassName
{
border-color: #B7BAE2;
}
</style>