Shades of Heather #A8BEC7
Tints of Heather #A8BEC7
RGB
CMYK
RGB Variations
Color information
#A8BEC7 (or 0xA8BEC7) is known color: Heather. HEX triplet: A8, BE and C7. RGB value is (168,190,199). Sum of RGB (Red+Green+Blue) = 168+190+199=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 199 - color contains mainly: blue. Hex color #A8BEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEC7 is #574138. Grayscale: #B8B8B8. Windows color (decimal): -5718329 or 13090472. OLE color: 13090472.
HSL color Cylindrical-coordinate representation of color #A8BEC7: hue angle of 197.42º degrees, saturation: 0.22, 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 #A8BEC7 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 190 | 199 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.22 |
| HSL | 197.42º | 0.22% | 0.72% | - |
| HSV(B) | 197.42º | 0.16% | 0.78% | - |
| XYZ | 44.87 | 49.28 | 61.18 | - |
| YUV | 184.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 199 | 0.16 | 0.05 | 0 | 0.22 | 197.42 | 0.22 | 0.72 |
| Hex | A8 | BE | C7 | 10 | 5 | 0 | 16 | C5 | 16 | 48 |
| Octal | 250 | 276 | 307 | 20 | 5 | 0 | 26 | 305 | 26 | 110 |
| Binary | 10101000 | 10111110 | 11000111 | 10000 | 101 | 0 | 10110 | 11000101 | 10110 | 1001000 |
Color Harmonies of #A8BEC7
Complementary color
Monochromatic Colors of #A8BEC7
Black with #A8BEC7
Text Example
Text Example
White with #A8BEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEC7; }
p { color: rgb(168,190,199); }
H1.HeaderClassName
{
color: #A8BEC7;
}
.AnyTagClassName
{
color: #A8BEC7;
}
</style>
background-color css
<style>
a { background-color: #A8BEC7; }
a { background-color: rgb(168,190,199); }
div.DivClassName
{
background-color: #A8BEC7;
}
.BgClassName
{
background-color: #A8BEC7;
}
</style>
border-color css
<style>
span { border-color: #A8BEC7; }
span { border-color: rgb(168,190,199); }
td.TdClassName
{
border-color: #A8BEC7;
}
.TagClassName
{
border-color: #A8BEC7;
}
</style>