Shades of Heather #B7BDC2
Tints of Heather #B7BDC2
RGB
CMYK
RGB Variations
Color information
#B7BDC2 (or 0xB7BDC2) is known color: Heather. HEX triplet: B7, BD and C2. RGB value is (183,189,194). Sum of RGB (Red+Green+Blue) = 183+189+194=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 194 - color contains mainly: blue. Hex color #B7BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDC2 is #48423D. Grayscale: #BBBBBB. Windows color (decimal): -4735550 or 12762551. OLE color: 12762551.
HSL color Cylindrical-coordinate representation of color #B7BDC2: hue angle of 207.27º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7BDC2 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 183 | 189 | 194 | - |
CMYK | 0.06 | 0.03 | 0 | 0.24 |
HSL | 207.27º | 0.08% | 0.74% | - |
HSV(B) | 207.27º | 0.06% | 0.76% | - |
XYZ | 47.46 | 50.36 | 58.26 | - |
YUV | 187.78 | 131.51 | 124.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 189 | 194 | 0.06 | 0.03 | 0 | 0.24 | 207.27 | 0.08 | 0.74 |
Hex | B7 | BD | C2 | 6 | 3 | 0 | 18 | CF | 8 | 4A |
Octal | 267 | 275 | 302 | 6 | 3 | 0 | 30 | 317 | 10 | 112 |
Binary | 10110111 | 10111101 | 11000010 | 110 | 11 | 0 | 11000 | 11001111 | 1000 | 1001010 |
Color Harmonies of #B7BDC2
Complementary color
Monochromatic Colors of #B7BDC2
Black with #B7BDC2
Text Example
Text Example
White with #B7BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BDC2; }
p { color: rgb(183,189,194); }
H1.HeaderClassName
{
color: #B7BDC2;
}
.AnyTagClassName
{
color: #B7BDC2;
}
</style>
background-color css
<style>
a { background-color: #B7BDC2; }
a { background-color: rgb(183,189,194); }
div.DivClassName
{
background-color: #B7BDC2;
}
.BgClassName
{
background-color: #B7BDC2;
}
</style>
border-color css
<style>
span { border-color: #B7BDC2; }
span { border-color: rgb(183,189,194); }
td.TdClassName
{
border-color: #B7BDC2;
}
.TagClassName
{
border-color: #B7BDC2;
}
</style>