Shades of Casper #99BDC3
Tints of Casper #99BDC3
RGB
CMYK
RGB Variations
Color information
#99BDC3 (or 0x99BDC3) is known color: Casper. HEX triplet: 99, BD and C3. RGB value is (153,189,195). Sum of RGB (Red+Green+Blue) = 153+189+195=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 195 - color contains mainly: blue. Hex color #99BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDC3 is #66423C. Grayscale: #B2B2B2. Windows color (decimal): -6701629 or 12828057. OLE color: 12828057.
HSL color Cylindrical-coordinate representation of color #99BDC3: hue angle of 188.57º 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 #99BDC3 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 189 | 195 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.24 |
| HSL | 188.57º | 0.26% | 0.68% | - |
| HSV(B) | 188.57º | 0.22% | 0.76% | - |
| XYZ | 41.18 | 47.11 | 58.55 | - |
| YUV | 178.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 195 | 0.22 | 0.03 | 0 | 0.24 | 188.57 | 0.26 | 0.68 |
| Hex | 99 | BD | C3 | 16 | 3 | 0 | 18 | BD | 1A | 44 |
| Octal | 231 | 275 | 303 | 26 | 3 | 0 | 30 | 275 | 32 | 104 |
| Binary | 10011001 | 10111101 | 11000011 | 10110 | 11 | 0 | 11000 | 10111101 | 11010 | 1000100 |
Color Harmonies of #99BDC3
Complementary color
Monochromatic Colors of #99BDC3
Black with #99BDC3
Text Example
Text Example
White with #99BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDC3; }
p { color: rgb(153,189,195); }
H1.HeaderClassName
{
color: #99BDC3;
}
.AnyTagClassName
{
color: #99BDC3;
}
</style>
background-color css
<style>
a { background-color: #99BDC3; }
a { background-color: rgb(153,189,195); }
div.DivClassName
{
background-color: #99BDC3;
}
.BgClassName
{
background-color: #99BDC3;
}
</style>
border-color css
<style>
span { border-color: #99BDC3; }
span { border-color: rgb(153,189,195); }
td.TdClassName
{
border-color: #99BDC3;
}
.TagClassName
{
border-color: #99BDC3;
}
</style>