Shades of Heather #9BBCC9
Tints of Heather #9BBCC9
RGB
CMYK
RGB Variations
Color information
#9BBCC9 (or 0x9BBCC9) is known color: Heather. HEX triplet: 9B, BC and C9. RGB value is (155,188,201). Sum of RGB (Red+Green+Blue) = 155+188+201=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #9BBCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCC9 is #644336. Grayscale: #B3B3B3. Windows color (decimal): -6570807 or 13221019. OLE color: 13221019.
HSL color Cylindrical-coordinate representation of color #9BBCC9: hue angle of 196.96º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BBCC9 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 188 | 201 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.21 |
| HSL | 196.96º | 0.3% | 0.7% | - |
| HSV(B) | 196.96º | 0.23% | 0.79% | - |
| XYZ | 42.04 | 47.15 | 62.14 | - |
| YUV | 179.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 201 | 0.23 | 0.06 | 0 | 0.21 | 196.96 | 0.3 | 0.7 |
| Hex | 9B | BC | C9 | 17 | 6 | 0 | 15 | C5 | 1E | 46 |
| Octal | 233 | 274 | 311 | 27 | 6 | 0 | 25 | 305 | 36 | 106 |
| Binary | 10011011 | 10111100 | 11001001 | 10111 | 110 | 0 | 10101 | 11000101 | 11110 | 1000110 |
Color Harmonies of #9BBCC9
Complementary color
Monochromatic Colors of #9BBCC9
Black with #9BBCC9
Text Example
Text Example
White with #9BBCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCC9; }
p { color: rgb(155,188,201); }
H1.HeaderClassName
{
color: #9BBCC9;
}
.AnyTagClassName
{
color: #9BBCC9;
}
</style>
background-color css
<style>
a { background-color: #9BBCC9; }
a { background-color: rgb(155,188,201); }
div.DivClassName
{
background-color: #9BBCC9;
}
.BgClassName
{
background-color: #9BBCC9;
}
</style>
border-color css
<style>
span { border-color: #9BBCC9; }
span { border-color: rgb(155,188,201); }
td.TdClassName
{
border-color: #9BBCC9;
}
.TagClassName
{
border-color: #9BBCC9;
}
</style>