Shades of Heather #9BBDC9
Tints of Heather #9BBDC9
RGB
CMYK
RGB Variations
Color information
#9BBDC9 (or 0x9BBDC9) is known color: Heather. HEX triplet: 9B, BD and C9. RGB value is (155,189,201). Sum of RGB (Red+Green+Blue) = 155+189+201=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 201 - color contains mainly: blue. Hex color #9BBDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDC9 is #644236. Grayscale: #B4B4B4. Windows color (decimal): -6570551 or 13221275. OLE color: 13221275.
HSL color Cylindrical-coordinate representation of color #9BBDC9: hue angle of 195.65º 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 #9BBDC9 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 189 | 201 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.21 |
| HSL | 195.65º | 0.3% | 0.7% | - |
| HSV(B) | 195.65º | 0.23% | 0.79% | - |
| XYZ | 42.26 | 47.58 | 62.22 | - |
| YUV | 180.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 201 | 0.23 | 0.06 | 0 | 0.21 | 195.65 | 0.3 | 0.7 |
| Hex | 9B | BD | C9 | 17 | 6 | 0 | 15 | C4 | 1E | 46 |
| Octal | 233 | 275 | 311 | 27 | 6 | 0 | 25 | 304 | 36 | 106 |
| Binary | 10011011 | 10111101 | 11001001 | 10111 | 110 | 0 | 10101 | 11000100 | 11110 | 1000110 |
Color Harmonies of #9BBDC9
Complementary color
Monochromatic Colors of #9BBDC9
Black with #9BBDC9
Text Example
Text Example
White with #9BBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDC9; }
p { color: rgb(155,189,201); }
H1.HeaderClassName
{
color: #9BBDC9;
}
.AnyTagClassName
{
color: #9BBDC9;
}
</style>
background-color css
<style>
a { background-color: #9BBDC9; }
a { background-color: rgb(155,189,201); }
div.DivClassName
{
background-color: #9BBDC9;
}
.BgClassName
{
background-color: #9BBDC9;
}
</style>
border-color css
<style>
span { border-color: #9BBDC9; }
span { border-color: rgb(155,189,201); }
td.TdClassName
{
border-color: #9BBDC9;
}
.TagClassName
{
border-color: #9BBDC9;
}
</style>