Shades of Heather #A8BDC8
Tints of Heather #A8BDC8
RGB
CMYK
RGB Variations
Color information
#A8BDC8 (or 0xA8BDC8) is known color: Heather. HEX triplet: A8, BD and C8. RGB value is (168,189,200). Sum of RGB (Red+Green+Blue) = 168+189+200=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 200 - color contains mainly: blue. Hex color #A8BDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDC8 is #574237. Grayscale: #B7B7B7. Windows color (decimal): -5718584 or 13155752. OLE color: 13155752.
HSL color Cylindrical-coordinate representation of color #A8BDC8: hue angle of 200.62º 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 #A8BDC8 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 189 | 200 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.22 |
| HSL | 200.63º | 0.23% | 0.72% | - |
| HSV(B) | 200.63º | 0.16% | 0.78% | - |
| XYZ | 44.77 | 48.89 | 61.72 | - |
| YUV | 183.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 200 | 0.16 | 0.06 | 0 | 0.22 | 200.63 | 0.23 | 0.72 |
| Hex | A8 | BD | C8 | 10 | 6 | 0 | 16 | C9 | 17 | 48 |
| Octal | 250 | 275 | 310 | 20 | 6 | 0 | 26 | 311 | 27 | 110 |
| Binary | 10101000 | 10111101 | 11001000 | 10000 | 110 | 0 | 10110 | 11001001 | 10111 | 1001000 |
Color Harmonies of #A8BDC8
Complementary color
Monochromatic Colors of #A8BDC8
Black with #A8BDC8
Text Example
Text Example
White with #A8BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDC8; }
p { color: rgb(168,189,200); }
H1.HeaderClassName
{
color: #A8BDC8;
}
.AnyTagClassName
{
color: #A8BDC8;
}
</style>
background-color css
<style>
a { background-color: #A8BDC8; }
a { background-color: rgb(168,189,200); }
div.DivClassName
{
background-color: #A8BDC8;
}
.BgClassName
{
background-color: #A8BDC8;
}
</style>
border-color css
<style>
span { border-color: #A8BDC8; }
span { border-color: rgb(168,189,200); }
td.TdClassName
{
border-color: #A8BDC8;
}
.TagClassName
{
border-color: #A8BDC8;
}
</style>