Shades of Casper #99BBC5
Tints of Casper #99BBC5
RGB
CMYK
RGB Variations
Color information
#99BBC5 (or 0x99BBC5) is known color: Casper. HEX triplet: 99, BB and C5. RGB value is (153,187,197). Sum of RGB (Red+Green+Blue) = 153+187+197=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 187 (73.44% from 255 or 34.82% 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 #99BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBC5 is #66443A. Grayscale: #B1B1B1. Windows color (decimal): -6702139 or 12958617. OLE color: 12958617.
HSL color Cylindrical-coordinate representation of color #99BBC5: hue angle of 193.64º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99BBC5 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 187 | 197 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.23 |
| HSL | 193.64º | 0.28% | 0.69% | - |
| HSV(B) | 193.64º | 0.22% | 0.77% | - |
| XYZ | 40.99 | 46.34 | 59.61 | - |
| YUV | 177.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 197 | 0.22 | 0.05 | 0 | 0.23 | 193.64 | 0.28 | 0.69 |
| Hex | 99 | BB | C5 | 16 | 5 | 0 | 17 | C2 | 1C | 45 |
| Octal | 231 | 273 | 305 | 26 | 5 | 0 | 27 | 302 | 34 | 105 |
| Binary | 10011001 | 10111011 | 11000101 | 10110 | 101 | 0 | 10111 | 11000010 | 11100 | 1000101 |
Color Harmonies of #99BBC5
Complementary color
Monochromatic Colors of #99BBC5
Black with #99BBC5
Text Example
Text Example
White with #99BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBC5; }
p { color: rgb(153,187,197); }
H1.HeaderClassName
{
color: #99BBC5;
}
.AnyTagClassName
{
color: #99BBC5;
}
</style>
background-color css
<style>
a { background-color: #99BBC5; }
a { background-color: rgb(153,187,197); }
div.DivClassName
{
background-color: #99BBC5;
}
.BgClassName
{
background-color: #99BBC5;
}
</style>
border-color css
<style>
span { border-color: #99BBC5; }
span { border-color: rgb(153,187,197); }
td.TdClassName
{
border-color: #99BBC5;
}
.TagClassName
{
border-color: #99BBC5;
}
</style>