Shades of Heather #9BB8C4
Tints of Heather #9BB8C4
RGB
CMYK
RGB Variations
Color information
#9BB8C4 (or 0x9BB8C4) is known color: Heather. HEX triplet: 9B, B8 and C4. RGB value is (155,184,196). Sum of RGB (Red+Green+Blue) = 155+184+196=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 196 - color contains mainly: blue. Hex color #9BB8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB8C4 is #64473B. Grayscale: #B0B0B0. Windows color (decimal): -6571836 or 12892315. OLE color: 12892315.
HSL color Cylindrical-coordinate representation of color #9BB8C4: hue angle of 197.56º 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 #9BB8C4 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 184 | 196 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.23 |
| HSL | 197.56º | 0.26% | 0.69% | - |
| HSV(B) | 197.56º | 0.21% | 0.77% | - |
| XYZ | 40.62 | 45.24 | 58.81 | - |
| YUV | 176.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 196 | 0.21 | 0.06 | 0 | 0.23 | 197.56 | 0.26 | 0.69 |
| Hex | 9B | B8 | C4 | 15 | 6 | 0 | 17 | C6 | 1A | 45 |
| Octal | 233 | 270 | 304 | 25 | 6 | 0 | 27 | 306 | 32 | 105 |
| Binary | 10011011 | 10111000 | 11000100 | 10101 | 110 | 0 | 10111 | 11000110 | 11010 | 1000101 |
Color Harmonies of #9BB8C4
Complementary color
Monochromatic Colors of #9BB8C4
Black with #9BB8C4
Text Example
Text Example
White with #9BB8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB8C4; }
p { color: rgb(155,184,196); }
H1.HeaderClassName
{
color: #9BB8C4;
}
.AnyTagClassName
{
color: #9BB8C4;
}
</style>
background-color css
<style>
a { background-color: #9BB8C4; }
a { background-color: rgb(155,184,196); }
div.DivClassName
{
background-color: #9BB8C4;
}
.BgClassName
{
background-color: #9BB8C4;
}
</style>
border-color css
<style>
span { border-color: #9BB8C4; }
span { border-color: rgb(155,184,196); }
td.TdClassName
{
border-color: #9BB8C4;
}
.TagClassName
{
border-color: #9BB8C4;
}
</style>