Shades of Heather #9ABACB
Tints of Heather #9ABACB
RGB
CMYK
RGB Variations
Color information
#9ABACB (or 0x9ABACB) is known color: Heather. HEX triplet: 9A, BA and CB. RGB value is (154,186,203). Sum of RGB (Red+Green+Blue) = 154+186+203=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #9ABACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABACB is #654534. Grayscale: #B2B2B2. Windows color (decimal): -6636853 or 13351578. OLE color: 13351578.
HSL color Cylindrical-coordinate representation of color #9ABACB: hue angle of 200.82º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ABACB is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 186 | 203 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.20 |
| HSL | 200.82º | 0.32% | 0.7% | - |
| HSV(B) | 200.82º | 0.24% | 0.8% | - |
| XYZ | 41.66 | 46.3 | 63.24 | - |
| YUV | 178.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 203 | 0.24 | 0.08 | 0 | 0.20 | 200.82 | 0.32 | 0.7 |
| Hex | 9A | BA | CB | 18 | 8 | 0 | 14 | C9 | 20 | 46 |
| Octal | 232 | 272 | 313 | 30 | 10 | 0 | 24 | 311 | 40 | 106 |
| Binary | 10011010 | 10111010 | 11001011 | 11000 | 1000 | 0 | 10100 | 11001001 | 100000 | 1000110 |
Color Harmonies of #9ABACB
Complementary color
Monochromatic Colors of #9ABACB
Black with #9ABACB
Text Example
Text Example
White with #9ABACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABACB; }
p { color: rgb(154,186,203); }
H1.HeaderClassName
{
color: #9ABACB;
}
.AnyTagClassName
{
color: #9ABACB;
}
</style>
background-color css
<style>
a { background-color: #9ABACB; }
a { background-color: rgb(154,186,203); }
div.DivClassName
{
background-color: #9ABACB;
}
.BgClassName
{
background-color: #9ABACB;
}
</style>
border-color css
<style>
span { border-color: #9ABACB; }
span { border-color: rgb(154,186,203); }
td.TdClassName
{
border-color: #9ABACB;
}
.TagClassName
{
border-color: #9ABACB;
}
</style>