Shades of Heather #A8BEC6
Tints of Heather #A8BEC6
RGB
CMYK
RGB Variations
Color information
#A8BEC6 (or 0xA8BEC6) is known color: Heather. HEX triplet: A8, BE and C6. RGB value is (168,190,198). Sum of RGB (Red+Green+Blue) = 168+190+198=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 198 - color contains mainly: blue. Hex color #A8BEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEC6 is #574139. Grayscale: #B8B8B8. Windows color (decimal): -5718330 or 13024936. OLE color: 13024936.
HSL color Cylindrical-coordinate representation of color #A8BEC6: hue angle of 196º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8BEC6 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 190 | 198 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.22 |
| HSL | 196º | 0.21% | 0.72% | - |
| HSV(B) | 196º | 0.15% | 0.78% | - |
| XYZ | 44.75 | 49.23 | 60.57 | - |
| YUV | 184.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 198 | 0.15 | 0.04 | 0 | 0.22 | 196 | 0.21 | 0.72 |
| Hex | A8 | BE | C6 | F | 4 | 0 | 16 | C4 | 15 | 48 |
| Octal | 250 | 276 | 306 | 17 | 4 | 0 | 26 | 304 | 25 | 110 |
| Binary | 10101000 | 10111110 | 11000110 | 1111 | 100 | 0 | 10110 | 11000100 | 10101 | 1001000 |
Color Harmonies of #A8BEC6
Complementary color
Monochromatic Colors of #A8BEC6
Black with #A8BEC6
Text Example
Text Example
White with #A8BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEC6; }
p { color: rgb(168,190,198); }
H1.HeaderClassName
{
color: #A8BEC6;
}
.AnyTagClassName
{
color: #A8BEC6;
}
</style>
background-color css
<style>
a { background-color: #A8BEC6; }
a { background-color: rgb(168,190,198); }
div.DivClassName
{
background-color: #A8BEC6;
}
.BgClassName
{
background-color: #A8BEC6;
}
</style>
border-color css
<style>
span { border-color: #A8BEC6; }
span { border-color: rgb(168,190,198); }
td.TdClassName
{
border-color: #A8BEC6;
}
.TagClassName
{
border-color: #A8BEC6;
}
</style>