Shades of Heather #A9BECB
Tints of Heather #A9BECB
RGB
CMYK
RGB Variations
Color information
#A9BECB (or 0xA9BECB) is known color: Heather. HEX triplet: A9, BE and CB. RGB value is (169,190,203). Sum of RGB (Red+Green+Blue) = 169+190+203=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BECB is #564134. Grayscale: #B9B9B9. Windows color (decimal): -5652789 or 13352617. OLE color: 13352617.
HSL color Cylindrical-coordinate representation of color #A9BECB: hue angle of 202.94º 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 #A9BECB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 190 | 203 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.20 |
| HSL | 202.94º | 0.25% | 0.73% | - |
| HSV(B) | 202.94º | 0.17% | 0.8% | - |
| XYZ | 45.56 | 49.57 | 63.67 | - |
| YUV | 185.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 203 | 0.17 | 0.06 | 0 | 0.20 | 202.94 | 0.25 | 0.73 |
| Hex | A9 | BE | CB | 11 | 6 | 0 | 14 | CB | 19 | 49 |
| Octal | 251 | 276 | 313 | 21 | 6 | 0 | 24 | 313 | 31 | 111 |
| Binary | 10101001 | 10111110 | 11001011 | 10001 | 110 | 0 | 10100 | 11001011 | 11001 | 1001001 |
Color Harmonies of #A9BECB
Complementary color
Monochromatic Colors of #A9BECB
Black with #A9BECB
Text Example
Text Example
White with #A9BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BECB; }
p { color: rgb(169,190,203); }
H1.HeaderClassName
{
color: #A9BECB;
}
.AnyTagClassName
{
color: #A9BECB;
}
</style>
background-color css
<style>
a { background-color: #A9BECB; }
a { background-color: rgb(169,190,203); }
div.DivClassName
{
background-color: #A9BECB;
}
.BgClassName
{
background-color: #A9BECB;
}
</style>
border-color css
<style>
span { border-color: #A9BECB; }
span { border-color: rgb(169,190,203); }
td.TdClassName
{
border-color: #A9BECB;
}
.TagClassName
{
border-color: #A9BECB;
}
</style>