Shades of Casper #9DB7BC
Tints of Casper #9DB7BC
RGB
CMYK
RGB Variations
Color information
#9DB7BC (or 0x9DB7BC) is known color: Casper. HEX triplet: 9D, B7 and BC. RGB value is (157,183,188). Sum of RGB (Red+Green+Blue) = 157+183+188=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DB7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB7BC is #624843. Grayscale: #AFAFAF. Windows color (decimal): -6441028 or 12367773. OLE color: 12367773.
HSL color Cylindrical-coordinate representation of color #9DB7BC: hue angle of 189.68º 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 #9DB7BC is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 183 | 188 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.26 |
| HSL | 189.68º | 0.19% | 0.68% | - |
| HSV(B) | 189.68º | 0.16% | 0.74% | - |
| XYZ | 39.92 | 44.67 | 54.09 | - |
| YUV | 175.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 188 | 0.16 | 0.03 | 0 | 0.26 | 189.68 | 0.19 | 0.68 |
| Hex | 9D | B7 | BC | 10 | 3 | 0 | 1A | BE | 13 | 44 |
| Octal | 235 | 267 | 274 | 20 | 3 | 0 | 32 | 276 | 23 | 104 |
| Binary | 10011101 | 10110111 | 10111100 | 10000 | 11 | 0 | 11010 | 10111110 | 10011 | 1000100 |
Color Harmonies of #9DB7BC
Complementary color
Monochromatic Colors of #9DB7BC
Black with #9DB7BC
Text Example
Text Example
White with #9DB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB7BC; }
p { color: rgb(157,183,188); }
H1.HeaderClassName
{
color: #9DB7BC;
}
.AnyTagClassName
{
color: #9DB7BC;
}
</style>
background-color css
<style>
a { background-color: #9DB7BC; }
a { background-color: rgb(157,183,188); }
div.DivClassName
{
background-color: #9DB7BC;
}
.BgClassName
{
background-color: #9DB7BC;
}
</style>
border-color css
<style>
span { border-color: #9DB7BC; }
span { border-color: rgb(157,183,188); }
td.TdClassName
{
border-color: #9DB7BC;
}
.TagClassName
{
border-color: #9DB7BC;
}
</style>