Shades of Heather #9BBAC8
Tints of Heather #9BBAC8
RGB
CMYK
RGB Variations
Color information
#9BBAC8 (or 0x9BBAC8) is known color: Heather. HEX triplet: 9B, BA and C8. RGB value is (155,186,200). Sum of RGB (Red+Green+Blue) = 155+186+200=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 200 - color contains mainly: blue. Hex color #9BBAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAC8 is #644537. Grayscale: #B2B2B2. Windows color (decimal): -6571320 or 13154971. OLE color: 13154971.
HSL color Cylindrical-coordinate representation of color #9BBAC8: hue angle of 198.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BBAC8 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 186 | 200 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.22 |
| HSL | 198.67º | 0.29% | 0.7% | - |
| HSV(B) | 198.67º | 0.23% | 0.78% | - |
| XYZ | 41.5 | 46.26 | 61.38 | - |
| YUV | 178.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 200 | 0.22 | 0.07 | 0 | 0.22 | 198.67 | 0.29 | 0.7 |
| Hex | 9B | BA | C8 | 16 | 7 | 0 | 16 | C7 | 1D | 46 |
| Octal | 233 | 272 | 310 | 26 | 7 | 0 | 26 | 307 | 35 | 106 |
| Binary | 10011011 | 10111010 | 11001000 | 10110 | 111 | 0 | 10110 | 11000111 | 11101 | 1000110 |
Color Harmonies of #9BBAC8
Complementary color
Monochromatic Colors of #9BBAC8
Black with #9BBAC8
Text Example
Text Example
White with #9BBAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBAC8; }
p { color: rgb(155,186,200); }
H1.HeaderClassName
{
color: #9BBAC8;
}
.AnyTagClassName
{
color: #9BBAC8;
}
</style>
background-color css
<style>
a { background-color: #9BBAC8; }
a { background-color: rgb(155,186,200); }
div.DivClassName
{
background-color: #9BBAC8;
}
.BgClassName
{
background-color: #9BBAC8;
}
</style>
border-color css
<style>
span { border-color: #9BBAC8; }
span { border-color: rgb(155,186,200); }
td.TdClassName
{
border-color: #9BBAC8;
}
.TagClassName
{
border-color: #9BBAC8;
}
</style>