Shades of Lavender Grey #B7BACB
Tints of Lavender Grey #B7BACB
RGB
CMYK
RGB Variations
Color information
#B7BACB (or 0xB7BACB) is known color: Lavender Grey. HEX triplet: B7, BA and CB. RGB value is (183,186,203). Sum of RGB (Red+Green+Blue) = 183+186+203=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BACB is #484534. Grayscale: #BABABA. Windows color (decimal): -4736309 or 13351607. OLE color: 13351607.
HSL color Cylindrical-coordinate representation of color #B7BACB: hue angle of 231º degrees, saturation: 0.16, 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 #B7BACB is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 183 | 186 | 203 | - |
CMYK | 0.10 | 0.08 | 0 | 0.20 |
HSL | 231º | 0.16% | 0.76% | - |
HSV(B) | 231º | 0.1% | 0.8% | - |
XYZ | 47.87 | 49.5 | 63.53 | - |
YUV | 187.04 | 137.01 | 125.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 186 | 203 | 0.10 | 0.08 | 0 | 0.20 | 231 | 0.16 | 0.76 |
Hex | B7 | BA | CB | A | 8 | 0 | 14 | E7 | 10 | 4C |
Octal | 267 | 272 | 313 | 12 | 10 | 0 | 24 | 347 | 20 | 114 |
Binary | 10110111 | 10111010 | 11001011 | 1010 | 1000 | 0 | 10100 | 11100111 | 10000 | 1001100 |
Color Harmonies of #B7BACB
Complementary color
Monochromatic Colors of #B7BACB
Black with #B7BACB
Text Example
Text Example
White with #B7BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BACB; }
p { color: rgb(183,186,203); }
H1.HeaderClassName
{
color: #B7BACB;
}
.AnyTagClassName
{
color: #B7BACB;
}
</style>
background-color css
<style>
a { background-color: #B7BACB; }
a { background-color: rgb(183,186,203); }
div.DivClassName
{
background-color: #B7BACB;
}
.BgClassName
{
background-color: #B7BACB;
}
</style>
border-color css
<style>
span { border-color: #B7BACB; }
span { border-color: rgb(183,186,203); }
td.TdClassName
{
border-color: #B7BACB;
}
.TagClassName
{
border-color: #B7BACB;
}
</style>