Shades of Heather #A8BBCA
Tints of Heather #A8BBCA
RGB
CMYK
RGB Variations
Color information
#A8BBCA (or 0xA8BBCA) is known color: Heather. HEX triplet: A8, BB and CA. RGB value is (168,187,202). Sum of RGB (Red+Green+Blue) = 168+187+202=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBCA is #574435. Grayscale: #B6B6B6. Windows color (decimal): -5719094 or 13286312. OLE color: 13286312.
HSL color Cylindrical-coordinate representation of color #A8BBCA: hue angle of 206.47º 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 #A8BBCA is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 187 | 202 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.21 |
| HSL | 206.47º | 0.24% | 0.73% | - |
| HSV(B) | 206.47º | 0.17% | 0.79% | - |
| XYZ | 44.58 | 48.13 | 62.82 | - |
| YUV | 183.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 202 | 0.17 | 0.07 | 0 | 0.21 | 206.47 | 0.24 | 0.73 |
| Hex | A8 | BB | CA | 11 | 7 | 0 | 15 | CE | 18 | 49 |
| Octal | 250 | 273 | 312 | 21 | 7 | 0 | 25 | 316 | 30 | 111 |
| Binary | 10101000 | 10111011 | 11001010 | 10001 | 111 | 0 | 10101 | 11001110 | 11000 | 1001001 |
Color Harmonies of #A8BBCA
Complementary color
Monochromatic Colors of #A8BBCA
Black with #A8BBCA
Text Example
Text Example
White with #A8BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBCA; }
p { color: rgb(168,187,202); }
H1.HeaderClassName
{
color: #A8BBCA;
}
.AnyTagClassName
{
color: #A8BBCA;
}
</style>
background-color css
<style>
a { background-color: #A8BBCA; }
a { background-color: rgb(168,187,202); }
div.DivClassName
{
background-color: #A8BBCA;
}
.BgClassName
{
background-color: #A8BBCA;
}
</style>
border-color css
<style>
span { border-color: #A8BBCA; }
span { border-color: rgb(168,187,202); }
td.TdClassName
{
border-color: #A8BBCA;
}
.TagClassName
{
border-color: #A8BBCA;
}
</style>