Shades of Casper #99BCBF
Tints of Casper #99BCBF
RGB
CMYK
RGB Variations
Color information
#99BCBF (or 0x99BCBF) is known color: Casper. HEX triplet: 99, BC and BF. RGB value is (153,188,191). Sum of RGB (Red+Green+Blue) = 153+188+191=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #99BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCBF is #664340. Grayscale: #B1B1B1. Windows color (decimal): -6701889 or 12565657. OLE color: 12565657.
HSL color Cylindrical-coordinate representation of color #99BCBF: hue angle of 184.74º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BCBF is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 188 | 191 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.25 |
| HSL | 184.74º | 0.23% | 0.67% | - |
| HSV(B) | 184.74º | 0.2% | 0.75% | - |
| XYZ | 40.52 | 46.5 | 56.13 | - |
| YUV | 177.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 191 | 0.20 | 0.02 | 0 | 0.25 | 184.74 | 0.23 | 0.67 |
| Hex | 99 | BC | BF | 14 | 2 | 0 | 19 | B9 | 17 | 43 |
| Octal | 231 | 274 | 277 | 24 | 2 | 0 | 31 | 271 | 27 | 103 |
| Binary | 10011001 | 10111100 | 10111111 | 10100 | 10 | 0 | 11001 | 10111001 | 10111 | 1000011 |
Color Harmonies of #99BCBF
Complementary color
Monochromatic Colors of #99BCBF
Black with #99BCBF
Text Example
Text Example
White with #99BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCBF; }
p { color: rgb(153,188,191); }
H1.HeaderClassName
{
color: #99BCBF;
}
.AnyTagClassName
{
color: #99BCBF;
}
</style>
background-color css
<style>
a { background-color: #99BCBF; }
a { background-color: rgb(153,188,191); }
div.DivClassName
{
background-color: #99BCBF;
}
.BgClassName
{
background-color: #99BCBF;
}
</style>
border-color css
<style>
span { border-color: #99BCBF; }
span { border-color: rgb(153,188,191); }
td.TdClassName
{
border-color: #99BCBF;
}
.TagClassName
{
border-color: #99BCBF;
}
</style>