Shades of Heather #9BBDC6
Tints of Heather #9BBDC6
RGB
CMYK
RGB Variations
Color information
#9BBDC6 (or 0x9BBDC6) is known color: Heather. HEX triplet: 9B, BD and C6. RGB value is (155,189,198). Sum of RGB (Red+Green+Blue) = 155+189+198=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 198 - color contains mainly: blue. Hex color #9BBDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDC6 is #644239. Grayscale: #B3B3B3. Windows color (decimal): -6570554 or 13024667. OLE color: 13024667.
HSL color Cylindrical-coordinate representation of color #9BBDC6: hue angle of 192.56º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BBDC6 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 189 | 198 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.22 |
| HSL | 192.56º | 0.27% | 0.69% | - |
| HSV(B) | 192.56º | 0.22% | 0.78% | - |
| XYZ | 41.91 | 47.44 | 60.37 | - |
| YUV | 179.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 198 | 0.22 | 0.05 | 0 | 0.22 | 192.56 | 0.27 | 0.69 |
| Hex | 9B | BD | C6 | 16 | 5 | 0 | 16 | C1 | 1B | 45 |
| Octal | 233 | 275 | 306 | 26 | 5 | 0 | 26 | 301 | 33 | 105 |
| Binary | 10011011 | 10111101 | 11000110 | 10110 | 101 | 0 | 10110 | 11000001 | 11011 | 1000101 |
Color Harmonies of #9BBDC6
Complementary color
Monochromatic Colors of #9BBDC6
Black with #9BBDC6
Text Example
Text Example
White with #9BBDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDC6; }
p { color: rgb(155,189,198); }
H1.HeaderClassName
{
color: #9BBDC6;
}
.AnyTagClassName
{
color: #9BBDC6;
}
</style>
background-color css
<style>
a { background-color: #9BBDC6; }
a { background-color: rgb(155,189,198); }
div.DivClassName
{
background-color: #9BBDC6;
}
.BgClassName
{
background-color: #9BBDC6;
}
</style>
border-color css
<style>
span { border-color: #9BBDC6; }
span { border-color: rgb(155,189,198); }
td.TdClassName
{
border-color: #9BBDC6;
}
.TagClassName
{
border-color: #9BBDC6;
}
</style>