Shades of Casper #99BCBD
Tints of Casper #99BCBD
RGB
CMYK
RGB Variations
Color information
#99BCBD (or 0x99BCBD) is known color: Casper. HEX triplet: 99, BC and BD. RGB value is (153,188,189). Sum of RGB (Red+Green+Blue) = 153+188+189=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #99BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCBD is #664342. Grayscale: #B1B1B1. Windows color (decimal): -6701891 or 12434585. OLE color: 12434585.
HSL color Cylindrical-coordinate representation of color #99BCBD: hue angle of 181.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BCBD is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 189 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.26 |
| HSL | 181.67º | 0.21% | 0.67% | - |
| HSV(B) | 181.67º | 0.19% | 0.74% | - |
| XYZ | 40.31 | 46.41 | 54.98 | - |
| YUV | 177.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 189 | 0.19 | 0.01 | 0 | 0.26 | 181.67 | 0.21 | 0.67 |
| Hex | 99 | BC | BD | 13 | 1 | 0 | 1A | B6 | 15 | 43 |
| Octal | 231 | 274 | 275 | 23 | 1 | 0 | 32 | 266 | 25 | 103 |
| Binary | 10011001 | 10111100 | 10111101 | 10011 | 1 | 0 | 11010 | 10110110 | 10101 | 1000011 |
Color Harmonies of #99BCBD
Complementary color
Monochromatic Colors of #99BCBD
Black with #99BCBD
Text Example
Text Example
White with #99BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCBD; }
p { color: rgb(153,188,189); }
H1.HeaderClassName
{
color: #99BCBD;
}
.AnyTagClassName
{
color: #99BCBD;
}
</style>
background-color css
<style>
a { background-color: #99BCBD; }
a { background-color: rgb(153,188,189); }
div.DivClassName
{
background-color: #99BCBD;
}
.BgClassName
{
background-color: #99BCBD;
}
</style>
border-color css
<style>
span { border-color: #99BCBD; }
span { border-color: rgb(153,188,189); }
td.TdClassName
{
border-color: #99BCBD;
}
.TagClassName
{
border-color: #99BCBD;
}
</style>