Shades of Heather #97BBCC
Tints of Heather #97BBCC
RGB
CMYK
RGB Variations
Color information
#97BBCC (or 0x97BBCC) is known color: Heather. HEX triplet: 97, BB and CC. RGB value is (151,187,204). Sum of RGB (Red+Green+Blue) = 151+187+204=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #97BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BBCC is #684433. Grayscale: #B2B2B2. Windows color (decimal): -6833204 or 13417367. OLE color: 13417367.
HSL color Cylindrical-coordinate representation of color #97BBCC: hue angle of 199.25º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97BBCC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 187 | 204 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.2 |
| HSL | 199.25º | 0.34% | 0.7% | - |
| HSV(B) | 199.25º | 0.26% | 0.8% | - |
| XYZ | 41.43 | 46.48 | 63.91 | - |
| YUV | 178.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 187 | 204 | 0.26 | 0.08 | 0 | 0.2 | 199.25 | 0.34 | 0.7 |
| Hex | 97 | BB | CC | 1A | 8 | 0 | 14 | C7 | 22 | 46 |
| Octal | 227 | 273 | 314 | 32 | 10 | 0 | 24 | 307 | 42 | 106 |
| Binary | 10010111 | 10111011 | 11001100 | 11010 | 1000 | 0 | 10100 | 11000111 | 100010 | 1000110 |
Color Harmonies of #97BBCC
Complementary color
Monochromatic Colors of #97BBCC
Black with #97BBCC
Text Example
Text Example
White with #97BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BBCC; }
p { color: rgb(151,187,204); }
H1.HeaderClassName
{
color: #97BBCC;
}
.AnyTagClassName
{
color: #97BBCC;
}
</style>
background-color css
<style>
a { background-color: #97BBCC; }
a { background-color: rgb(151,187,204); }
div.DivClassName
{
background-color: #97BBCC;
}
.BgClassName
{
background-color: #97BBCC;
}
</style>
border-color css
<style>
span { border-color: #97BBCC; }
span { border-color: rgb(151,187,204); }
td.TdClassName
{
border-color: #97BBCC;
}
.TagClassName
{
border-color: #97BBCC;
}
</style>