Shades of Heather #A8BCCB
Tints of Heather #A8BCCB
RGB
CMYK
RGB Variations
Color information
#A8BCCB (or 0xA8BCCB) is known color: Heather. HEX triplet: A8, BC and CB. RGB value is (168,188,203). Sum of RGB (Red+Green+Blue) = 168+188+203=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCCB is #574334. Grayscale: #B7B7B7. Windows color (decimal): -5718837 or 13352104. OLE color: 13352104.
HSL color Cylindrical-coordinate representation of color #A8BCCB: hue angle of 205.71º 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 #A8BCCB is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 188 | 203 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.20 |
| HSL | 205.71º | 0.25% | 0.73% | - |
| HSV(B) | 205.71º | 0.17% | 0.8% | - |
| XYZ | 44.91 | 48.6 | 63.51 | - |
| YUV | 183.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 203 | 0.17 | 0.07 | 0 | 0.20 | 205.71 | 0.25 | 0.73 |
| Hex | A8 | BC | CB | 11 | 7 | 0 | 14 | CE | 19 | 49 |
| Octal | 250 | 274 | 313 | 21 | 7 | 0 | 24 | 316 | 31 | 111 |
| Binary | 10101000 | 10111100 | 11001011 | 10001 | 111 | 0 | 10100 | 11001110 | 11001 | 1001001 |
Color Harmonies of #A8BCCB
Complementary color
Monochromatic Colors of #A8BCCB
Black with #A8BCCB
Text Example
Text Example
White with #A8BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCCB; }
p { color: rgb(168,188,203); }
H1.HeaderClassName
{
color: #A8BCCB;
}
.AnyTagClassName
{
color: #A8BCCB;
}
</style>
background-color css
<style>
a { background-color: #A8BCCB; }
a { background-color: rgb(168,188,203); }
div.DivClassName
{
background-color: #A8BCCB;
}
.BgClassName
{
background-color: #A8BCCB;
}
</style>
border-color css
<style>
span { border-color: #A8BCCB; }
span { border-color: rgb(168,188,203); }
td.TdClassName
{
border-color: #A8BCCB;
}
.TagClassName
{
border-color: #A8BCCB;
}
</style>