Shades of Heather #9BBCCD
Tints of Heather #9BBCCD
RGB
CMYK
RGB Variations
Color information
#9BBCCD (or 0x9BBCCD) is known color: Heather. HEX triplet: 9B, BC and CD. RGB value is (155,188,205). Sum of RGB (Red+Green+Blue) = 155+188+205=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BBCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCCD is #644332. Grayscale: #B3B3B3. Windows color (decimal): -6570803 or 13483163. OLE color: 13483163.
HSL color Cylindrical-coordinate representation of color #9BBCCD: hue angle of 200.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BBCCD is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 188 | 205 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.20 |
| HSL | 200.4º | 0.33% | 0.71% | - |
| HSV(B) | 200.4º | 0.24% | 0.8% | - |
| XYZ | 42.52 | 47.34 | 64.65 | - |
| YUV | 180.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 205 | 0.24 | 0.08 | 0 | 0.20 | 200.4 | 0.33 | 0.71 |
| Hex | 9B | BC | CD | 18 | 8 | 0 | 14 | C8 | 21 | 47 |
| Octal | 233 | 274 | 315 | 30 | 10 | 0 | 24 | 310 | 41 | 107 |
| Binary | 10011011 | 10111100 | 11001101 | 11000 | 1000 | 0 | 10100 | 11001000 | 100001 | 1000111 |
Color Harmonies of #9BBCCD
Complementary color
Monochromatic Colors of #9BBCCD
Black with #9BBCCD
Text Example
Text Example
White with #9BBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCCD; }
p { color: rgb(155,188,205); }
H1.HeaderClassName
{
color: #9BBCCD;
}
.AnyTagClassName
{
color: #9BBCCD;
}
</style>
background-color css
<style>
a { background-color: #9BBCCD; }
a { background-color: rgb(155,188,205); }
div.DivClassName
{
background-color: #9BBCCD;
}
.BgClassName
{
background-color: #9BBCCD;
}
</style>
border-color css
<style>
span { border-color: #9BBCCD; }
span { border-color: rgb(155,188,205); }
td.TdClassName
{
border-color: #9BBCCD;
}
.TagClassName
{
border-color: #9BBCCD;
}
</style>