Shades of Heather #9CB8C5
Tints of Heather #9CB8C5
RGB
CMYK
RGB Variations
Color information
#9CB8C5 (or 0x9CB8C5) is known color: Heather. HEX triplet: 9C, B8 and C5. RGB value is (156,184,197). Sum of RGB (Red+Green+Blue) = 156+184+197=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 197 - color contains mainly: blue. Hex color #9CB8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB8C5 is #63473A. Grayscale: #B1B1B1. Windows color (decimal): -6506299 or 12957852. OLE color: 12957852.
HSL color Cylindrical-coordinate representation of color #9CB8C5: hue angle of 199.02º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CB8C5 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 184 | 197 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.23 |
| HSL | 199.02º | 0.26% | 0.69% | - |
| HSV(B) | 199.02º | 0.21% | 0.77% | - |
| XYZ | 40.93 | 45.38 | 59.43 | - |
| YUV | 177.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 197 | 0.21 | 0.07 | 0 | 0.23 | 199.02 | 0.26 | 0.69 |
| Hex | 9C | B8 | C5 | 15 | 7 | 0 | 17 | C7 | 1A | 45 |
| Octal | 234 | 270 | 305 | 25 | 7 | 0 | 27 | 307 | 32 | 105 |
| Binary | 10011100 | 10111000 | 11000101 | 10101 | 111 | 0 | 10111 | 11000111 | 11010 | 1000101 |
Color Harmonies of #9CB8C5
Complementary color
Monochromatic Colors of #9CB8C5
Black with #9CB8C5
Text Example
Text Example
White with #9CB8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB8C5; }
p { color: rgb(156,184,197); }
H1.HeaderClassName
{
color: #9CB8C5;
}
.AnyTagClassName
{
color: #9CB8C5;
}
</style>
background-color css
<style>
a { background-color: #9CB8C5; }
a { background-color: rgb(156,184,197); }
div.DivClassName
{
background-color: #9CB8C5;
}
.BgClassName
{
background-color: #9CB8C5;
}
</style>
border-color css
<style>
span { border-color: #9CB8C5; }
span { border-color: rgb(156,184,197); }
td.TdClassName
{
border-color: #9CB8C5;
}
.TagClassName
{
border-color: #9CB8C5;
}
</style>