Shades of Heather #A8BECA
Tints of Heather #A8BECA
RGB
CMYK
RGB Variations
Color information
#A8BECA (or 0xA8BECA) is known color: Heather. HEX triplet: A8, BE and CA. RGB value is (168,190,202). Sum of RGB (Red+Green+Blue) = 168+190+202=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BECA is #574135. Grayscale: #B8B8B8. Windows color (decimal): -5718326 or 13287080. OLE color: 13287080.
HSL color Cylindrical-coordinate representation of color #A8BECA: hue angle of 201.18º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8BECA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 190 | 202 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.21 |
| HSL | 201.18º | 0.24% | 0.73% | - |
| HSV(B) | 201.18º | 0.17% | 0.79% | - |
| XYZ | 45.22 | 49.42 | 63.03 | - |
| YUV | 184.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 202 | 0.17 | 0.06 | 0 | 0.21 | 201.18 | 0.24 | 0.73 |
| Hex | A8 | BE | CA | 11 | 6 | 0 | 15 | C9 | 18 | 49 |
| Octal | 250 | 276 | 312 | 21 | 6 | 0 | 25 | 311 | 30 | 111 |
| Binary | 10101000 | 10111110 | 11001010 | 10001 | 110 | 0 | 10101 | 11001001 | 11000 | 1001001 |
Color Harmonies of #A8BECA
Complementary color
Monochromatic Colors of #A8BECA
Black with #A8BECA
Text Example
Text Example
White with #A8BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BECA; }
p { color: rgb(168,190,202); }
H1.HeaderClassName
{
color: #A8BECA;
}
.AnyTagClassName
{
color: #A8BECA;
}
</style>
background-color css
<style>
a { background-color: #A8BECA; }
a { background-color: rgb(168,190,202); }
div.DivClassName
{
background-color: #A8BECA;
}
.BgClassName
{
background-color: #A8BECA;
}
</style>
border-color css
<style>
span { border-color: #A8BECA; }
span { border-color: rgb(168,190,202); }
td.TdClassName
{
border-color: #A8BECA;
}
.TagClassName
{
border-color: #A8BECA;
}
</style>