Shades of Heather #B6C4CA
Tints of Heather #B6C4CA
RGB
CMYK
RGB Variations
Color information
#B6C4CA (or 0xB6C4CA) is known color: Heather. HEX triplet: B6, C4 and CA. RGB value is (182,196,202). Sum of RGB (Red+Green+Blue) = 182+196+202=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #B6C4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C4CA is #493B35. Grayscale: #C0C0C0. Windows color (decimal): -4799286 or 13288630. OLE color: 13288630.
HSL color Cylindrical-coordinate representation of color #B6C4CA: hue angle of 198º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6C4CA is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 196 | 202 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.21 |
| HSL | 198º | 0.16% | 0.75% | - |
| HSV(B) | 198º | 0.1% | 0.79% | - |
| XYZ | 49.69 | 53.69 | 63.62 | - |
| YUV | 192.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 196 | 202 | 0.10 | 0.03 | 0 | 0.21 | 198 | 0.16 | 0.75 |
| Hex | B6 | C4 | CA | A | 3 | 0 | 15 | C6 | 10 | 4B |
| Octal | 266 | 304 | 312 | 12 | 3 | 0 | 25 | 306 | 20 | 113 |
| Binary | 10110110 | 11000100 | 11001010 | 1010 | 11 | 0 | 10101 | 11000110 | 10000 | 1001011 |
Color Harmonies of #B6C4CA
Complementary color
Monochromatic Colors of #B6C4CA
Black with #B6C4CA
Text Example
Text Example
White with #B6C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C4CA; }
p { color: rgb(182,196,202); }
H1.HeaderClassName
{
color: #B6C4CA;
}
.AnyTagClassName
{
color: #B6C4CA;
}
</style>
background-color css
<style>
a { background-color: #B6C4CA; }
a { background-color: rgb(182,196,202); }
div.DivClassName
{
background-color: #B6C4CA;
}
.BgClassName
{
background-color: #B6C4CA;
}
</style>
border-color css
<style>
span { border-color: #B6C4CA; }
span { border-color: rgb(182,196,202); }
td.TdClassName
{
border-color: #B6C4CA;
}
.TagClassName
{
border-color: #B6C4CA;
}
</style>