Shades of Lavender Grey #B7BACC
Tints of Lavender Grey #B7BACC
RGB
CMYK
RGB Variations
Color information
#B7BACC (or 0xB7BACC) is known color: Lavender Grey. HEX triplet: B7, BA and CC. RGB value is (183,186,204). Sum of RGB (Red+Green+Blue) = 183+186+204=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BACC is #484533. Grayscale: #BBBBBB. Windows color (decimal): -4736308 or 13417143. OLE color: 13417143.
HSL color Cylindrical-coordinate representation of color #B7BACC: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7BACC is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 183 | 186 | 204 | - |
CMYK | 0.10 | 0.09 | 0 | 0.2 |
HSL | 231.43º | 0.17% | 0.76% | - |
HSV(B) | 231.43º | 0.1% | 0.8% | - |
XYZ | 47.99 | 49.54 | 64.16 | - |
YUV | 187.16 | 137.51 | 125.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 186 | 204 | 0.10 | 0.09 | 0 | 0.2 | 231.43 | 0.17 | 0.76 |
Hex | B7 | BA | CC | A | 9 | 0 | 14 | E7 | 11 | 4C |
Octal | 267 | 272 | 314 | 12 | 11 | 0 | 24 | 347 | 21 | 114 |
Binary | 10110111 | 10111010 | 11001100 | 1010 | 1001 | 0 | 10100 | 11100111 | 10001 | 1001100 |
Color Harmonies of #B7BACC
Complementary color
Monochromatic Colors of #B7BACC
Black with #B7BACC
Text Example
Text Example
White with #B7BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BACC; }
p { color: rgb(183,186,204); }
H1.HeaderClassName
{
color: #B7BACC;
}
.AnyTagClassName
{
color: #B7BACC;
}
</style>
background-color css
<style>
a { background-color: #B7BACC; }
a { background-color: rgb(183,186,204); }
div.DivClassName
{
background-color: #B7BACC;
}
.BgClassName
{
background-color: #B7BACC;
}
</style>
border-color css
<style>
span { border-color: #B7BACC; }
span { border-color: rgb(183,186,204); }
td.TdClassName
{
border-color: #B7BACC;
}
.TagClassName
{
border-color: #B7BACC;
}
</style>