Shades of Heather #9BBDCB
Tints of Heather #9BBDCB
RGB
CMYK
RGB Variations
Color information
#9BBDCB (or 0x9BBDCB) is known color: Heather. HEX triplet: 9B, BD and CB. RGB value is (155,189,203). Sum of RGB (Red+Green+Blue) = 155+189+203=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDCB is #644234. Grayscale: #B4B4B4. Windows color (decimal): -6570549 or 13352347. OLE color: 13352347.
HSL color Cylindrical-coordinate representation of color #9BBDCB: hue angle of 197.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BBDCB is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 189 | 203 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.20 |
| HSL | 197.5º | 0.32% | 0.7% | - |
| HSV(B) | 197.5º | 0.24% | 0.8% | - |
| XYZ | 42.49 | 47.68 | 63.46 | - |
| YUV | 180.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 203 | 0.24 | 0.07 | 0 | 0.20 | 197.5 | 0.32 | 0.7 |
| Hex | 9B | BD | CB | 18 | 7 | 0 | 14 | C6 | 20 | 46 |
| Octal | 233 | 275 | 313 | 30 | 7 | 0 | 24 | 306 | 40 | 106 |
| Binary | 10011011 | 10111101 | 11001011 | 11000 | 111 | 0 | 10100 | 11000110 | 100000 | 1000110 |
Color Harmonies of #9BBDCB
Complementary color
Monochromatic Colors of #9BBDCB
Black with #9BBDCB
Text Example
Text Example
White with #9BBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDCB; }
p { color: rgb(155,189,203); }
H1.HeaderClassName
{
color: #9BBDCB;
}
.AnyTagClassName
{
color: #9BBDCB;
}
</style>
background-color css
<style>
a { background-color: #9BBDCB; }
a { background-color: rgb(155,189,203); }
div.DivClassName
{
background-color: #9BBDCB;
}
.BgClassName
{
background-color: #9BBDCB;
}
</style>
border-color css
<style>
span { border-color: #9BBDCB; }
span { border-color: rgb(155,189,203); }
td.TdClassName
{
border-color: #9BBDCB;
}
.TagClassName
{
border-color: #9BBDCB;
}
</style>