Shades of Casper #99BBC3
Tints of Casper #99BBC3
RGB
CMYK
RGB Variations
Color information
#99BBC3 (or 0x99BBC3) is known color: Casper. HEX triplet: 99, BB and C3. RGB value is (153,187,195). Sum of RGB (Red+Green+Blue) = 153+187+195=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 195 - color contains mainly: blue. Hex color #99BBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBC3 is #66443C. Grayscale: #B1B1B1. Windows color (decimal): -6702141 or 12827545. OLE color: 12827545.
HSL color Cylindrical-coordinate representation of color #99BBC3: hue angle of 191.43º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99BBC3 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 187 | 195 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.24 |
| HSL | 191.43º | 0.26% | 0.68% | - |
| HSV(B) | 191.43º | 0.22% | 0.76% | - |
| XYZ | 40.76 | 46.25 | 58.41 | - |
| YUV | 177.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 195 | 0.22 | 0.04 | 0 | 0.24 | 191.43 | 0.26 | 0.68 |
| Hex | 99 | BB | C3 | 16 | 4 | 0 | 18 | BF | 1A | 44 |
| Octal | 231 | 273 | 303 | 26 | 4 | 0 | 30 | 277 | 32 | 104 |
| Binary | 10011001 | 10111011 | 11000011 | 10110 | 100 | 0 | 11000 | 10111111 | 11010 | 1000100 |
Color Harmonies of #99BBC3
Complementary color
Monochromatic Colors of #99BBC3
Black with #99BBC3
Text Example
Text Example
White with #99BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBC3; }
p { color: rgb(153,187,195); }
H1.HeaderClassName
{
color: #99BBC3;
}
.AnyTagClassName
{
color: #99BBC3;
}
</style>
background-color css
<style>
a { background-color: #99BBC3; }
a { background-color: rgb(153,187,195); }
div.DivClassName
{
background-color: #99BBC3;
}
.BgClassName
{
background-color: #99BBC3;
}
</style>
border-color css
<style>
span { border-color: #99BBC3; }
span { border-color: rgb(153,187,195); }
td.TdClassName
{
border-color: #99BBC3;
}
.TagClassName
{
border-color: #99BBC3;
}
</style>