Shades of Heather #BCC6CA
Tints of Heather #BCC6CA
RGB
CMYK
RGB Variations
Color information
#BCC6CA (or 0xBCC6CA) is known color: Heather. HEX triplet: BC, C6 and CA. RGB value is (188,198,202). Sum of RGB (Red+Green+Blue) = 188+198+202=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6CA is #433935. Grayscale: #C3C3C3. Windows color (decimal): -4405558 or 13289148. OLE color: 13289148.
HSL color Cylindrical-coordinate representation of color #BCC6CA: hue angle of 197.14º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC6CA is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 198 | 202 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.21 |
| HSL | 197.14º | 0.12% | 0.76% | - |
| HSV(B) | 197.14º | 0.07% | 0.79% | - |
| XYZ | 51.59 | 55.34 | 63.84 | - |
| YUV | 195.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 202 | 0.07 | 0.02 | 0 | 0.21 | 197.14 | 0.12 | 0.76 |
| Hex | BC | C6 | CA | 7 | 2 | 0 | 15 | C5 | C | 4C |
| Octal | 274 | 306 | 312 | 7 | 2 | 0 | 25 | 305 | 14 | 114 |
| Binary | 10111100 | 11000110 | 11001010 | 111 | 10 | 0 | 10101 | 11000101 | 1100 | 1001100 |
Color Harmonies of #BCC6CA
Complementary color
Monochromatic Colors of #BCC6CA
Black with #BCC6CA
Text Example
Text Example
White with #BCC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6CA; }
p { color: rgb(188,198,202); }
H1.HeaderClassName
{
color: #BCC6CA;
}
.AnyTagClassName
{
color: #BCC6CA;
}
</style>
background-color css
<style>
a { background-color: #BCC6CA; }
a { background-color: rgb(188,198,202); }
div.DivClassName
{
background-color: #BCC6CA;
}
.BgClassName
{
background-color: #BCC6CA;
}
</style>
border-color css
<style>
span { border-color: #BCC6CA; }
span { border-color: rgb(188,198,202); }
td.TdClassName
{
border-color: #BCC6CA;
}
.TagClassName
{
border-color: #BCC6CA;
}
</style>