Shades of Heather #B2C2C6
Tints of Heather #B2C2C6
RGB
CMYK
RGB Variations
Color information
#B2C2C6 (or 0xB2C2C6) is known color: Heather. HEX triplet: B2, C2 and C6. RGB value is (178,194,198). Sum of RGB (Red+Green+Blue) = 178+194+198=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 198 - color contains mainly: blue. Hex color #B2C2C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C2C6 is #4D3D39. Grayscale: #BDBDBD. Windows color (decimal): -5061946 or 13025970. OLE color: 13025970.
HSL color Cylindrical-coordinate representation of color #B2C2C6: hue angle of 192º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2C2C6 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 194 | 198 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.22 |
| HSL | 192º | 0.15% | 0.74% | - |
| HSV(B) | 192º | 0.1% | 0.78% | - |
| XYZ | 47.84 | 52.13 | 60.97 | - |
| YUV | 189.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 198 | 0.10 | 0.02 | 0 | 0.22 | 192 | 0.15 | 0.74 |
| Hex | B2 | C2 | C6 | A | 2 | 0 | 16 | C0 | F | 4A |
| Octal | 262 | 302 | 306 | 12 | 2 | 0 | 26 | 300 | 17 | 112 |
| Binary | 10110010 | 11000010 | 11000110 | 1010 | 10 | 0 | 10110 | 11000000 | 1111 | 1001010 |
Color Harmonies of #B2C2C6
Complementary color
Monochromatic Colors of #B2C2C6
Black with #B2C2C6
Text Example
Text Example
White with #B2C2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C2C6; }
p { color: rgb(178,194,198); }
H1.HeaderClassName
{
color: #B2C2C6;
}
.AnyTagClassName
{
color: #B2C2C6;
}
</style>
background-color css
<style>
a { background-color: #B2C2C6; }
a { background-color: rgb(178,194,198); }
div.DivClassName
{
background-color: #B2C2C6;
}
.BgClassName
{
background-color: #B2C2C6;
}
</style>
border-color css
<style>
span { border-color: #B2C2C6; }
span { border-color: rgb(178,194,198); }
td.TdClassName
{
border-color: #B2C2C6;
}
.TagClassName
{
border-color: #B2C2C6;
}
</style>