Shades of Heather #9BB9CE
Tints of Heather #9BB9CE
RGB
CMYK
RGB Variations
Color information
#9BB9CE (or 0x9BB9CE) is known color: Heather. HEX triplet: 9B, B9 and CE. RGB value is (155,185,206). Sum of RGB (Red+Green+Blue) = 155+185+206=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #9BB9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB9CE is #644631. Grayscale: #B2B2B2. Windows color (decimal): -6571570 or 13547931. OLE color: 13547931.
HSL color Cylindrical-coordinate representation of color #9BB9CE: hue angle of 204.71º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BB9CE is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 185 | 206 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.19 |
| HSL | 204.71º | 0.34% | 0.71% | - |
| HSV(B) | 204.71º | 0.25% | 0.81% | - |
| XYZ | 42.01 | 46.12 | 65.08 | - |
| YUV | 178.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 185 | 206 | 0.25 | 0.10 | 0 | 0.19 | 204.71 | 0.34 | 0.71 |
| Hex | 9B | B9 | CE | 19 | A | 0 | 13 | CD | 22 | 47 |
| Octal | 233 | 271 | 316 | 31 | 12 | 0 | 23 | 315 | 42 | 107 |
| Binary | 10011011 | 10111001 | 11001110 | 11001 | 1010 | 0 | 10011 | 11001101 | 100010 | 1000111 |
Color Harmonies of #9BB9CE
Complementary color
Monochromatic Colors of #9BB9CE
Black with #9BB9CE
Text Example
Text Example
White with #9BB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB9CE; }
p { color: rgb(155,185,206); }
H1.HeaderClassName
{
color: #9BB9CE;
}
.AnyTagClassName
{
color: #9BB9CE;
}
</style>
background-color css
<style>
a { background-color: #9BB9CE; }
a { background-color: rgb(155,185,206); }
div.DivClassName
{
background-color: #9BB9CE;
}
.BgClassName
{
background-color: #9BB9CE;
}
</style>
border-color css
<style>
span { border-color: #9BB9CE; }
span { border-color: rgb(155,185,206); }
td.TdClassName
{
border-color: #9BB9CE;
}
.TagClassName
{
border-color: #9BB9CE;
}
</style>