Shades of Casper #9DBBBC
Tints of Casper #9DBBBC
RGB
CMYK
RGB Variations
Color information
#9DBBBC (or 0x9DBBBC) is known color: Casper. HEX triplet: 9D, BB and BC. RGB value is (157,187,188). Sum of RGB (Red+Green+Blue) = 157+187+188=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DBBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBBC is #624443. Grayscale: #B2B2B2. Windows color (decimal): -6440004 or 12368797. OLE color: 12368797.
HSL color Cylindrical-coordinate representation of color #9DBBBC: hue angle of 181.94º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBBBC is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 187 | 188 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.26 |
| HSL | 181.94º | 0.19% | 0.68% | - |
| HSV(B) | 181.94º | 0.16% | 0.74% | - |
| XYZ | 40.75 | 46.34 | 54.37 | - |
| YUV | 178.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 188 | 0.16 | 0.01 | 0 | 0.26 | 181.94 | 0.19 | 0.68 |
| Hex | 9D | BB | BC | 10 | 1 | 0 | 1A | B6 | 13 | 44 |
| Octal | 235 | 273 | 274 | 20 | 1 | 0 | 32 | 266 | 23 | 104 |
| Binary | 10011101 | 10111011 | 10111100 | 10000 | 1 | 0 | 11010 | 10110110 | 10011 | 1000100 |
Color Harmonies of #9DBBBC
Complementary color
Monochromatic Colors of #9DBBBC
Black with #9DBBBC
Text Example
Text Example
White with #9DBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBBC; }
p { color: rgb(157,187,188); }
H1.HeaderClassName
{
color: #9DBBBC;
}
.AnyTagClassName
{
color: #9DBBBC;
}
</style>
background-color css
<style>
a { background-color: #9DBBBC; }
a { background-color: rgb(157,187,188); }
div.DivClassName
{
background-color: #9DBBBC;
}
.BgClassName
{
background-color: #9DBBBC;
}
</style>
border-color css
<style>
span { border-color: #9DBBBC; }
span { border-color: rgb(157,187,188); }
td.TdClassName
{
border-color: #9DBBBC;
}
.TagClassName
{
border-color: #9DBBBC;
}
</style>