Shades of Heather #B2C6CD
Tints of Heather #B2C6CD
RGB
CMYK
RGB Variations
Color information
#B2C6CD (or 0xB2C6CD) is known color: Heather. HEX triplet: B2, C6 and CD. RGB value is (178,198,205). Sum of RGB (Red+Green+Blue) = 178+198+205=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C6CD is #4D3932. Grayscale: #C0C0C0. Windows color (decimal): -5060915 or 13485746. OLE color: 13485746.
HSL color Cylindrical-coordinate representation of color #B2C6CD: hue angle of 195.56º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2C6CD is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 198 | 205 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.20 |
| HSL | 195.56º | 0.21% | 0.75% | - |
| HSV(B) | 195.56º | 0.13% | 0.8% | - |
| XYZ | 49.57 | 54.26 | 65.62 | - |
| YUV | 192.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 205 | 0.13 | 0.03 | 0 | 0.20 | 195.56 | 0.21 | 0.75 |
| Hex | B2 | C6 | CD | D | 3 | 0 | 14 | C4 | 15 | 4B |
| Octal | 262 | 306 | 315 | 15 | 3 | 0 | 24 | 304 | 25 | 113 |
| Binary | 10110010 | 11000110 | 11001101 | 1101 | 11 | 0 | 10100 | 11000100 | 10101 | 1001011 |
Color Harmonies of #B2C6CD
Complementary color
Monochromatic Colors of #B2C6CD
Black with #B2C6CD
Text Example
Text Example
White with #B2C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C6CD; }
p { color: rgb(178,198,205); }
H1.HeaderClassName
{
color: #B2C6CD;
}
.AnyTagClassName
{
color: #B2C6CD;
}
</style>
background-color css
<style>
a { background-color: #B2C6CD; }
a { background-color: rgb(178,198,205); }
div.DivClassName
{
background-color: #B2C6CD;
}
.BgClassName
{
background-color: #B2C6CD;
}
</style>
border-color css
<style>
span { border-color: #B2C6CD; }
span { border-color: rgb(178,198,205); }
td.TdClassName
{
border-color: #B2C6CD;
}
.TagClassName
{
border-color: #B2C6CD;
}
</style>