Shades of Casper #99BCC4
Tints of Casper #99BCC4
RGB
CMYK
RGB Variations
Color information
#99BCC4 (or 0x99BCC4) is known color: Casper. HEX triplet: 99, BC and C4. RGB value is (153,188,196). Sum of RGB (Red+Green+Blue) = 153+188+196=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 196 - color contains mainly: blue. Hex color #99BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCC4 is #66433B. Grayscale: #B2B2B2. Windows color (decimal): -6701884 or 12893337. OLE color: 12893337.
HSL color Cylindrical-coordinate representation of color #99BCC4: hue angle of 191.16º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99BCC4 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 188 | 196 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.23 |
| HSL | 191.16º | 0.27% | 0.68% | - |
| HSV(B) | 191.16º | 0.22% | 0.77% | - |
| XYZ | 41.08 | 46.72 | 59.08 | - |
| YUV | 178.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 196 | 0.22 | 0.04 | 0 | 0.23 | 191.16 | 0.27 | 0.68 |
| Hex | 99 | BC | C4 | 16 | 4 | 0 | 17 | BF | 1B | 44 |
| Octal | 231 | 274 | 304 | 26 | 4 | 0 | 27 | 277 | 33 | 104 |
| Binary | 10011001 | 10111100 | 11000100 | 10110 | 100 | 0 | 10111 | 10111111 | 11011 | 1000100 |
Color Harmonies of #99BCC4
Complementary color
Monochromatic Colors of #99BCC4
Black with #99BCC4
Text Example
Text Example
White with #99BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCC4; }
p { color: rgb(153,188,196); }
H1.HeaderClassName
{
color: #99BCC4;
}
.AnyTagClassName
{
color: #99BCC4;
}
</style>
background-color css
<style>
a { background-color: #99BCC4; }
a { background-color: rgb(153,188,196); }
div.DivClassName
{
background-color: #99BCC4;
}
.BgClassName
{
background-color: #99BCC4;
}
</style>
border-color css
<style>
span { border-color: #99BCC4; }
span { border-color: rgb(153,188,196); }
td.TdClassName
{
border-color: #99BCC4;
}
.TagClassName
{
border-color: #99BCC4;
}
</style>