Shades of Heather #A8BCC8
Tints of Heather #A8BCC8
RGB
CMYK
RGB Variations
Color information
#A8BCC8 (or 0xA8BCC8) is known color: Heather. HEX triplet: A8, BC and C8. RGB value is (168,188,200). Sum of RGB (Red+Green+Blue) = 168+188+200=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 200 - color contains mainly: blue. Hex color #A8BCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCC8 is #574337. Grayscale: #B7B7B7. Windows color (decimal): -5718840 or 13155496. OLE color: 13155496.
HSL color Cylindrical-coordinate representation of color #A8BCC8: hue angle of 202.5º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8BCC8 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 188 | 200 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.22 |
| HSL | 202.5º | 0.23% | 0.72% | - |
| HSV(B) | 202.5º | 0.16% | 0.78% | - |
| XYZ | 44.56 | 48.46 | 61.65 | - |
| YUV | 183.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 200 | 0.16 | 0.06 | 0 | 0.22 | 202.5 | 0.23 | 0.72 |
| Hex | A8 | BC | C8 | 10 | 6 | 0 | 16 | CA | 17 | 48 |
| Octal | 250 | 274 | 310 | 20 | 6 | 0 | 26 | 312 | 27 | 110 |
| Binary | 10101000 | 10111100 | 11001000 | 10000 | 110 | 0 | 10110 | 11001010 | 10111 | 1001000 |
Color Harmonies of #A8BCC8
Complementary color
Monochromatic Colors of #A8BCC8
Black with #A8BCC8
Text Example
Text Example
White with #A8BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCC8; }
p { color: rgb(168,188,200); }
H1.HeaderClassName
{
color: #A8BCC8;
}
.AnyTagClassName
{
color: #A8BCC8;
}
</style>
background-color css
<style>
a { background-color: #A8BCC8; }
a { background-color: rgb(168,188,200); }
div.DivClassName
{
background-color: #A8BCC8;
}
.BgClassName
{
background-color: #A8BCC8;
}
</style>
border-color css
<style>
span { border-color: #A8BCC8; }
span { border-color: rgb(168,188,200); }
td.TdClassName
{
border-color: #A8BCC8;
}
.TagClassName
{
border-color: #A8BCC8;
}
</style>