Shades of Lavender Grey #B7B9CC
Tints of Lavender Grey #B7B9CC
RGB
CMYK
RGB Variations
Color information
#B7B9CC (or 0xB7B9CC) is known color: Lavender Grey. HEX triplet: B7, B9 and CC. RGB value is (183,185,204). Sum of RGB (Red+Green+Blue) = 183+185+204=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7B9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B9CC is #484633. Grayscale: #BABABA. Windows color (decimal): -4736564 or 13416887. OLE color: 13416887.
HSL color Cylindrical-coordinate representation of color #B7B9CC: hue angle of 234.29º 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 #B7B9CC is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 183 | 185 | 204 | - |
CMYK | 0.10 | 0.09 | 0 | 0.2 |
HSL | 234.29º | 0.17% | 0.76% | - |
HSV(B) | 234.29º | 0.1% | 0.8% | - |
XYZ | 47.78 | 49.12 | 64.09 | - |
YUV | 186.57 | 137.84 | 125.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 185 | 204 | 0.10 | 0.09 | 0 | 0.2 | 234.29 | 0.17 | 0.76 |
Hex | B7 | B9 | CC | A | 9 | 0 | 14 | EA | 11 | 4C |
Octal | 267 | 271 | 314 | 12 | 11 | 0 | 24 | 352 | 21 | 114 |
Binary | 10110111 | 10111001 | 11001100 | 1010 | 1001 | 0 | 10100 | 11101010 | 10001 | 1001100 |
Color Harmonies of #B7B9CC
Complementary color
Monochromatic Colors of #B7B9CC
Black with #B7B9CC
Text Example
Text Example
White with #B7B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B9CC; }
p { color: rgb(183,185,204); }
H1.HeaderClassName
{
color: #B7B9CC;
}
.AnyTagClassName
{
color: #B7B9CC;
}
</style>
background-color css
<style>
a { background-color: #B7B9CC; }
a { background-color: rgb(183,185,204); }
div.DivClassName
{
background-color: #B7B9CC;
}
.BgClassName
{
background-color: #B7B9CC;
}
</style>
border-color css
<style>
span { border-color: #B7B9CC; }
span { border-color: rgb(183,185,204); }
td.TdClassName
{
border-color: #B7B9CC;
}
.TagClassName
{
border-color: #B7B9CC;
}
</style>