Shades of Casper #99BFC5
Tints of Casper #99BFC5
RGB
CMYK
RGB Variations
Color information
#99BFC5 (or 0x99BFC5) is known color: Casper. HEX triplet: 99, BF and C5. RGB value is (153,191,197). Sum of RGB (Red+Green+Blue) = 153+191+197=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #99BFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFC5 is #66403A. Grayscale: #B4B4B4. Windows color (decimal): -6701115 or 12959641. OLE color: 12959641.
HSL color Cylindrical-coordinate representation of color #99BFC5: hue angle of 188.18º 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 #99BFC5 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 191 | 197 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.23 |
| HSL | 188.18º | 0.28% | 0.69% | - |
| HSV(B) | 188.18º | 0.22% | 0.77% | - |
| XYZ | 41.85 | 48.07 | 59.9 | - |
| YUV | 180.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 197 | 0.22 | 0.03 | 0 | 0.23 | 188.18 | 0.28 | 0.69 |
| Hex | 99 | BF | C5 | 16 | 3 | 0 | 17 | BC | 1C | 45 |
| Octal | 231 | 277 | 305 | 26 | 3 | 0 | 27 | 274 | 34 | 105 |
| Binary | 10011001 | 10111111 | 11000101 | 10110 | 11 | 0 | 10111 | 10111100 | 11100 | 1000101 |
Color Harmonies of #99BFC5
Complementary color
Monochromatic Colors of #99BFC5
Black with #99BFC5
Text Example
Text Example
White with #99BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFC5; }
p { color: rgb(153,191,197); }
H1.HeaderClassName
{
color: #99BFC5;
}
.AnyTagClassName
{
color: #99BFC5;
}
</style>
background-color css
<style>
a { background-color: #99BFC5; }
a { background-color: rgb(153,191,197); }
div.DivClassName
{
background-color: #99BFC5;
}
.BgClassName
{
background-color: #99BFC5;
}
</style>
border-color css
<style>
span { border-color: #99BFC5; }
span { border-color: rgb(153,191,197); }
td.TdClassName
{
border-color: #99BFC5;
}
.TagClassName
{
border-color: #99BFC5;
}
</style>