Shades of Heather #A8BBCB
Tints of Heather #A8BBCB
RGB
CMYK
RGB Variations
Color information
#A8BBCB (or 0xA8BBCB) is known color: Heather. HEX triplet: A8, BB and CB. RGB value is (168,187,203). Sum of RGB (Red+Green+Blue) = 168+187+203=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBCB is #574434. Grayscale: #B7B7B7. Windows color (decimal): -5719093 or 13351848. OLE color: 13351848.
HSL color Cylindrical-coordinate representation of color #A8BBCB: hue angle of 207.43º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8BBCB is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 187 | 203 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.20 |
| HSL | 207.43º | 0.25% | 0.73% | - |
| HSV(B) | 207.43º | 0.17% | 0.8% | - |
| XYZ | 44.7 | 48.18 | 63.44 | - |
| YUV | 183.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 203 | 0.17 | 0.08 | 0 | 0.20 | 207.43 | 0.25 | 0.73 |
| Hex | A8 | BB | CB | 11 | 8 | 0 | 14 | CF | 19 | 49 |
| Octal | 250 | 273 | 313 | 21 | 10 | 0 | 24 | 317 | 31 | 111 |
| Binary | 10101000 | 10111011 | 11001011 | 10001 | 1000 | 0 | 10100 | 11001111 | 11001 | 1001001 |
Color Harmonies of #A8BBCB
Complementary color
Monochromatic Colors of #A8BBCB
Black with #A8BBCB
Text Example
Text Example
White with #A8BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBCB; }
p { color: rgb(168,187,203); }
H1.HeaderClassName
{
color: #A8BBCB;
}
.AnyTagClassName
{
color: #A8BBCB;
}
</style>
background-color css
<style>
a { background-color: #A8BBCB; }
a { background-color: rgb(168,187,203); }
div.DivClassName
{
background-color: #A8BBCB;
}
.BgClassName
{
background-color: #A8BBCB;
}
</style>
border-color css
<style>
span { border-color: #A8BBCB; }
span { border-color: rgb(168,187,203); }
td.TdClassName
{
border-color: #A8BBCB;
}
.TagClassName
{
border-color: #A8BBCB;
}
</style>