Shades of Casper #99B9BC
Tints of Casper #99B9BC
RGB
CMYK
RGB Variations
Color information
#99B9BC (or 0x99B9BC) is known color: Casper. HEX triplet: 99, B9 and BC. RGB value is (153,185,188). Sum of RGB (Red+Green+Blue) = 153+185+188=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #99B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9BC is #664643. Grayscale: #AFAFAF. Windows color (decimal): -6702660 or 12368281. OLE color: 12368281.
HSL color Cylindrical-coordinate representation of color #99B9BC: hue angle of 185.14º 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 #99B9BC is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 185 | 188 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.26 |
| HSL | 185.14º | 0.21% | 0.67% | - |
| HSV(B) | 185.14º | 0.19% | 0.74% | - |
| XYZ | 39.56 | 45.1 | 54.2 | - |
| YUV | 175.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 188 | 0.19 | 0.02 | 0 | 0.26 | 185.14 | 0.21 | 0.67 |
| Hex | 99 | B9 | BC | 13 | 2 | 0 | 1A | B9 | 15 | 43 |
| Octal | 231 | 271 | 274 | 23 | 2 | 0 | 32 | 271 | 25 | 103 |
| Binary | 10011001 | 10111001 | 10111100 | 10011 | 10 | 0 | 11010 | 10111001 | 10101 | 1000011 |
Color Harmonies of #99B9BC
Complementary color
Monochromatic Colors of #99B9BC
Black with #99B9BC
Text Example
Text Example
White with #99B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B9BC; }
p { color: rgb(153,185,188); }
H1.HeaderClassName
{
color: #99B9BC;
}
.AnyTagClassName
{
color: #99B9BC;
}
</style>
background-color css
<style>
a { background-color: #99B9BC; }
a { background-color: rgb(153,185,188); }
div.DivClassName
{
background-color: #99B9BC;
}
.BgClassName
{
background-color: #99B9BC;
}
</style>
border-color css
<style>
span { border-color: #99B9BC; }
span { border-color: rgb(153,185,188); }
td.TdClassName
{
border-color: #99B9BC;
}
.TagClassName
{
border-color: #99B9BC;
}
</style>