Shades of Heather #AABFCB
Tints of Heather #AABFCB
RGB
CMYK
RGB Variations
Color information
#AABFCB (or 0xAABFCB) is known color: Heather. HEX triplet: AA, BF and CB. RGB value is (170,191,203). Sum of RGB (Red+Green+Blue) = 170+191+203=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #AABFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFCB is #554034. Grayscale: #BABABA. Windows color (decimal): -5586997 or 13352874. OLE color: 13352874.
HSL color Cylindrical-coordinate representation of color #AABFCB: hue angle of 201.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABFCB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 191 | 203 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.20 |
| HSL | 201.82º | 0.24% | 0.73% | - |
| HSV(B) | 201.82º | 0.16% | 0.8% | - |
| XYZ | 45.99 | 50.12 | 63.75 | - |
| YUV | 186.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 203 | 0.16 | 0.06 | 0 | 0.20 | 201.82 | 0.24 | 0.73 |
| Hex | AA | BF | CB | 10 | 6 | 0 | 14 | CA | 18 | 49 |
| Octal | 252 | 277 | 313 | 20 | 6 | 0 | 24 | 312 | 30 | 111 |
| Binary | 10101010 | 10111111 | 11001011 | 10000 | 110 | 0 | 10100 | 11001010 | 11000 | 1001001 |
Color Harmonies of #AABFCB
Complementary color
Monochromatic Colors of #AABFCB
Black with #AABFCB
Text Example
Text Example
White with #AABFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFCB; }
p { color: rgb(170,191,203); }
H1.HeaderClassName
{
color: #AABFCB;
}
.AnyTagClassName
{
color: #AABFCB;
}
</style>
background-color css
<style>
a { background-color: #AABFCB; }
a { background-color: rgb(170,191,203); }
div.DivClassName
{
background-color: #AABFCB;
}
.BgClassName
{
background-color: #AABFCB;
}
</style>
border-color css
<style>
span { border-color: #AABFCB; }
span { border-color: rgb(170,191,203); }
td.TdClassName
{
border-color: #AABFCB;
}
.TagClassName
{
border-color: #AABFCB;
}
</style>