Shades of Heather #B7BCC2
Tints of Heather #B7BCC2
RGB
CMYK
RGB Variations
Color information
#B7BCC2 (or 0xB7BCC2) is known color: Heather. HEX triplet: B7, BC and C2. RGB value is (183,188,194). Sum of RGB (Red+Green+Blue) = 183+188+194=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 194 - color contains mainly: blue. Hex color #B7BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCC2 is #48433D. Grayscale: #BBBBBB. Windows color (decimal): -4735806 or 12762295. OLE color: 12762295.
HSL color Cylindrical-coordinate representation of color #B7BCC2: hue angle of 212.73º 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 #B7BCC2 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 183 | 188 | 194 | - |
CMYK | 0.06 | 0.03 | 0 | 0.24 |
HSL | 212.73º | 0.08% | 0.74% | - |
HSV(B) | 212.73º | 0.06% | 0.76% | - |
XYZ | 47.25 | 49.93 | 58.19 | - |
YUV | 187.19 | 131.84 | 125.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 188 | 194 | 0.06 | 0.03 | 0 | 0.24 | 212.73 | 0.08 | 0.74 |
Hex | B7 | BC | C2 | 6 | 3 | 0 | 18 | D5 | 8 | 4A |
Octal | 267 | 274 | 302 | 6 | 3 | 0 | 30 | 325 | 10 | 112 |
Binary | 10110111 | 10111100 | 11000010 | 110 | 11 | 0 | 11000 | 11010101 | 1000 | 1001010 |
Color Harmonies of #B7BCC2
Complementary color
Monochromatic Colors of #B7BCC2
Black with #B7BCC2
Text Example
Text Example
White with #B7BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BCC2; }
p { color: rgb(183,188,194); }
H1.HeaderClassName
{
color: #B7BCC2;
}
.AnyTagClassName
{
color: #B7BCC2;
}
</style>
background-color css
<style>
a { background-color: #B7BCC2; }
a { background-color: rgb(183,188,194); }
div.DivClassName
{
background-color: #B7BCC2;
}
.BgClassName
{
background-color: #B7BCC2;
}
</style>
border-color css
<style>
span { border-color: #B7BCC2; }
span { border-color: rgb(183,188,194); }
td.TdClassName
{
border-color: #B7BCC2;
}
.TagClassName
{
border-color: #B7BCC2;
}
</style>