Shades of Casper #99BBBE
Tints of Casper #99BBBE
RGB
CMYK
RGB Variations
Color information
#99BBBE (or 0x99BBBE) is known color: Casper. HEX triplet: 99, BB and BE. RGB value is (153,187,190). Sum of RGB (Red+Green+Blue) = 153+187+190=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #99BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBBE is #664441. Grayscale: #B1B1B1. Windows color (decimal): -6702146 or 12499865. OLE color: 12499865.
HSL color Cylindrical-coordinate representation of color #99BBBE: hue angle of 184.86º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BBBE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 187 | 190 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.25 |
| HSL | 184.86º | 0.22% | 0.67% | - |
| HSV(B) | 184.86º | 0.19% | 0.75% | - |
| XYZ | 40.2 | 46.03 | 55.48 | - |
| YUV | 177.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 190 | 0.19 | 0.02 | 0 | 0.25 | 184.86 | 0.22 | 0.67 |
| Hex | 99 | BB | BE | 13 | 2 | 0 | 19 | B9 | 16 | 43 |
| Octal | 231 | 273 | 276 | 23 | 2 | 0 | 31 | 271 | 26 | 103 |
| Binary | 10011001 | 10111011 | 10111110 | 10011 | 10 | 0 | 11001 | 10111001 | 10110 | 1000011 |
Color Harmonies of #99BBBE
Complementary color
Monochromatic Colors of #99BBBE
Black with #99BBBE
Text Example
Text Example
White with #99BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBBE; }
p { color: rgb(153,187,190); }
H1.HeaderClassName
{
color: #99BBBE;
}
.AnyTagClassName
{
color: #99BBBE;
}
</style>
background-color css
<style>
a { background-color: #99BBBE; }
a { background-color: rgb(153,187,190); }
div.DivClassName
{
background-color: #99BBBE;
}
.BgClassName
{
background-color: #99BBBE;
}
</style>
border-color css
<style>
span { border-color: #99BBBE; }
span { border-color: rgb(153,187,190); }
td.TdClassName
{
border-color: #99BBBE;
}
.TagClassName
{
border-color: #99BBBE;
}
</style>