Shades of Casper #99BCC2
Tints of Casper #99BCC2
RGB
CMYK
RGB Variations
Color information
#99BCC2 (or 0x99BCC2) is known color: Casper. HEX triplet: 99, BC and C2. RGB value is (153,188,194). Sum of RGB (Red+Green+Blue) = 153+188+194=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 194 - color contains mainly: blue. Hex color #99BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCC2 is #66433D. Grayscale: #B2B2B2. Windows color (decimal): -6701886 or 12762265. OLE color: 12762265.
HSL color Cylindrical-coordinate representation of color #99BCC2: hue angle of 188.78º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99BCC2 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 188 | 194 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.24 |
| HSL | 188.78º | 0.25% | 0.68% | - |
| HSV(B) | 188.78º | 0.21% | 0.76% | - |
| XYZ | 40.86 | 46.63 | 57.89 | - |
| YUV | 178.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 194 | 0.21 | 0.03 | 0 | 0.24 | 188.78 | 0.25 | 0.68 |
| Hex | 99 | BC | C2 | 15 | 3 | 0 | 18 | BD | 19 | 44 |
| Octal | 231 | 274 | 302 | 25 | 3 | 0 | 30 | 275 | 31 | 104 |
| Binary | 10011001 | 10111100 | 11000010 | 10101 | 11 | 0 | 11000 | 10111101 | 11001 | 1000100 |
Color Harmonies of #99BCC2
Complementary color
Monochromatic Colors of #99BCC2
Black with #99BCC2
Text Example
Text Example
White with #99BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCC2; }
p { color: rgb(153,188,194); }
H1.HeaderClassName
{
color: #99BCC2;
}
.AnyTagClassName
{
color: #99BCC2;
}
</style>
background-color css
<style>
a { background-color: #99BCC2; }
a { background-color: rgb(153,188,194); }
div.DivClassName
{
background-color: #99BCC2;
}
.BgClassName
{
background-color: #99BCC2;
}
</style>
border-color css
<style>
span { border-color: #99BCC2; }
span { border-color: rgb(153,188,194); }
td.TdClassName
{
border-color: #99BCC2;
}
.TagClassName
{
border-color: #99BCC2;
}
</style>