Shades of Casper #99BDC5
Tints of Casper #99BDC5
RGB
CMYK
RGB Variations
Color information
#99BDC5 (or 0x99BDC5) is known color: Casper. HEX triplet: 99, BD and C5. RGB value is (153,189,197). Sum of RGB (Red+Green+Blue) = 153+189+197=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 197 - color contains mainly: blue. Hex color #99BDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDC5 is #66423A. Grayscale: #B3B3B3. Windows color (decimal): -6701627 or 12959129. OLE color: 12959129.
HSL color Cylindrical-coordinate representation of color #99BDC5: hue angle of 190.91º 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 #99BDC5 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 189 | 197 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.23 |
| HSL | 190.91º | 0.28% | 0.69% | - |
| HSV(B) | 190.91º | 0.22% | 0.77% | - |
| XYZ | 41.41 | 47.2 | 59.75 | - |
| YUV | 179.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 197 | 0.22 | 0.04 | 0 | 0.23 | 190.91 | 0.28 | 0.69 |
| Hex | 99 | BD | C5 | 16 | 4 | 0 | 17 | BF | 1C | 45 |
| Octal | 231 | 275 | 305 | 26 | 4 | 0 | 27 | 277 | 34 | 105 |
| Binary | 10011001 | 10111101 | 11000101 | 10110 | 100 | 0 | 10111 | 10111111 | 11100 | 1000101 |
Color Harmonies of #99BDC5
Complementary color
Monochromatic Colors of #99BDC5
Black with #99BDC5
Text Example
Text Example
White with #99BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDC5; }
p { color: rgb(153,189,197); }
H1.HeaderClassName
{
color: #99BDC5;
}
.AnyTagClassName
{
color: #99BDC5;
}
</style>
background-color css
<style>
a { background-color: #99BDC5; }
a { background-color: rgb(153,189,197); }
div.DivClassName
{
background-color: #99BDC5;
}
.BgClassName
{
background-color: #99BDC5;
}
</style>
border-color css
<style>
span { border-color: #99BDC5; }
span { border-color: rgb(153,189,197); }
td.TdClassName
{
border-color: #99BDC5;
}
.TagClassName
{
border-color: #99BDC5;
}
</style>