Shades of Heather #B6C7CC
Tints of Heather #B6C7CC
RGB
CMYK
RGB Variations
Color information
#B6C7CC (or 0xB6C7CC) is known color: Heather. HEX triplet: B6, C7 and CC. RGB value is (182,199,204). Sum of RGB (Red+Green+Blue) = 182+199+204=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #B6C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C7CC is #493833. Grayscale: #C2C2C2. Windows color (decimal): -4798516 or 13420470. OLE color: 13420470.
HSL color Cylindrical-coordinate representation of color #B6C7CC: hue angle of 193.64º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6C7CC is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 182 | 199 | 204 | - |
CMYK | 0.11 | 0.02 | 0 | 0.2 |
HSL | 193.64º | 0.18% | 0.76% | - |
HSV(B) | 193.64º | 0.11% | 0.8% | - |
XYZ | 50.61 | 55.15 | 65.1 | - |
YUV | 194.49 | 133.37 | 119.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 199 | 204 | 0.11 | 0.02 | 0 | 0.2 | 193.64 | 0.18 | 0.76 |
Hex | B6 | C7 | CC | B | 2 | 0 | 14 | C2 | 12 | 4C |
Octal | 266 | 307 | 314 | 13 | 2 | 0 | 24 | 302 | 22 | 114 |
Binary | 10110110 | 11000111 | 11001100 | 1011 | 10 | 0 | 10100 | 11000010 | 10010 | 1001100 |
Color Harmonies of #B6C7CC
Complementary color
Monochromatic Colors of #B6C7CC
Black with #B6C7CC
Text Example
Text Example
White with #B6C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C7CC; }
p { color: rgb(182,199,204); }
H1.HeaderClassName
{
color: #B6C7CC;
}
.AnyTagClassName
{
color: #B6C7CC;
}
</style>
background-color css
<style>
a { background-color: #B6C7CC; }
a { background-color: rgb(182,199,204); }
div.DivClassName
{
background-color: #B6C7CC;
}
.BgClassName
{
background-color: #B6C7CC;
}
</style>
border-color css
<style>
span { border-color: #B6C7CC; }
span { border-color: rgb(182,199,204); }
td.TdClassName
{
border-color: #B6C7CC;
}
.TagClassName
{
border-color: #B6C7CC;
}
</style>