Shades of Casper #99BCC5
Tints of Casper #99BCC5
RGB
CMYK
RGB Variations
Color information
#99BCC5 (or 0x99BCC5) is known color: Casper. HEX triplet: 99, BC and C5. RGB value is (153,188,197). Sum of RGB (Red+Green+Blue) = 153+188+197=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 197 - color contains mainly: blue. Hex color #99BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCC5 is #66433A. Grayscale: #B2B2B2. Windows color (decimal): -6701883 or 12958873. OLE color: 12958873.
HSL color Cylindrical-coordinate representation of color #99BCC5: hue angle of 192.27º 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 #99BCC5 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 188 | 197 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.23 |
| HSL | 192.27º | 0.28% | 0.69% | - |
| HSV(B) | 192.27º | 0.22% | 0.77% | - |
| XYZ | 41.2 | 46.77 | 59.68 | - |
| YUV | 178.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 197 | 0.22 | 0.05 | 0 | 0.23 | 192.27 | 0.28 | 0.69 |
| Hex | 99 | BC | C5 | 16 | 5 | 0 | 17 | C0 | 1C | 45 |
| Octal | 231 | 274 | 305 | 26 | 5 | 0 | 27 | 300 | 34 | 105 |
| Binary | 10011001 | 10111100 | 11000101 | 10110 | 101 | 0 | 10111 | 11000000 | 11100 | 1000101 |
Color Harmonies of #99BCC5
Complementary color
Monochromatic Colors of #99BCC5
Black with #99BCC5
Text Example
Text Example
White with #99BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCC5; }
p { color: rgb(153,188,197); }
H1.HeaderClassName
{
color: #99BCC5;
}
.AnyTagClassName
{
color: #99BCC5;
}
</style>
background-color css
<style>
a { background-color: #99BCC5; }
a { background-color: rgb(153,188,197); }
div.DivClassName
{
background-color: #99BCC5;
}
.BgClassName
{
background-color: #99BCC5;
}
</style>
border-color css
<style>
span { border-color: #99BCC5; }
span { border-color: rgb(153,188,197); }
td.TdClassName
{
border-color: #99BCC5;
}
.TagClassName
{
border-color: #99BCC5;
}
</style>