Shades of Casper #9DB8BC
Tints of Casper #9DB8BC
RGB
CMYK
RGB Variations
Color information
#9DB8BC (or 0x9DB8BC) is known color: Casper. HEX triplet: 9D, B8 and BC. RGB value is (157,184,188). Sum of RGB (Red+Green+Blue) = 157+184+188=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DB8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB8BC is #624743. Grayscale: #B0B0B0. Windows color (decimal): -6440772 or 12368029. OLE color: 12368029.
HSL color Cylindrical-coordinate representation of color #9DB8BC: hue angle of 187.74º 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 #9DB8BC is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 184 | 188 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.26 |
| HSL | 187.74º | 0.19% | 0.68% | - |
| HSV(B) | 187.74º | 0.16% | 0.74% | - |
| XYZ | 40.12 | 45.08 | 54.16 | - |
| YUV | 176.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 188 | 0.16 | 0.02 | 0 | 0.26 | 187.74 | 0.19 | 0.68 |
| Hex | 9D | B8 | BC | 10 | 2 | 0 | 1A | BC | 13 | 44 |
| Octal | 235 | 270 | 274 | 20 | 2 | 0 | 32 | 274 | 23 | 104 |
| Binary | 10011101 | 10111000 | 10111100 | 10000 | 10 | 0 | 11010 | 10111100 | 10011 | 1000100 |
Color Harmonies of #9DB8BC
Complementary color
Monochromatic Colors of #9DB8BC
Black with #9DB8BC
Text Example
Text Example
White with #9DB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB8BC; }
p { color: rgb(157,184,188); }
H1.HeaderClassName
{
color: #9DB8BC;
}
.AnyTagClassName
{
color: #9DB8BC;
}
</style>
background-color css
<style>
a { background-color: #9DB8BC; }
a { background-color: rgb(157,184,188); }
div.DivClassName
{
background-color: #9DB8BC;
}
.BgClassName
{
background-color: #9DB8BC;
}
</style>
border-color css
<style>
span { border-color: #9DB8BC; }
span { border-color: rgb(157,184,188); }
td.TdClassName
{
border-color: #9DB8BC;
}
.TagClassName
{
border-color: #9DB8BC;
}
</style>