Shades of Casper #9DB5BC
Tints of Casper #9DB5BC
RGB
CMYK
RGB Variations
Color information
#9DB5BC (or 0x9DB5BC) is known color: Casper. HEX triplet: 9D, B5 and BC. RGB value is (157,181,188). Sum of RGB (Red+Green+Blue) = 157+181+188=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 181 (71.09% from 255 or 34.41% 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 #9DB5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB5BC is #624A43. Grayscale: #AEAEAE. Windows color (decimal): -6441540 or 12367261. OLE color: 12367261.
HSL color Cylindrical-coordinate representation of color #9DB5BC: hue angle of 193.55º 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 #9DB5BC is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 181 | 188 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.26 |
| HSL | 193.55º | 0.19% | 0.68% | - |
| HSV(B) | 193.55º | 0.16% | 0.74% | - |
| XYZ | 39.51 | 43.85 | 53.96 | - |
| YUV | 174.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 188 | 0.16 | 0.04 | 0 | 0.26 | 193.55 | 0.19 | 0.68 |
| Hex | 9D | B5 | BC | 10 | 4 | 0 | 1A | C2 | 13 | 44 |
| Octal | 235 | 265 | 274 | 20 | 4 | 0 | 32 | 302 | 23 | 104 |
| Binary | 10011101 | 10110101 | 10111100 | 10000 | 100 | 0 | 11010 | 11000010 | 10011 | 1000100 |
Color Harmonies of #9DB5BC
Complementary color
Monochromatic Colors of #9DB5BC
Black with #9DB5BC
Text Example
Text Example
White with #9DB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB5BC; }
p { color: rgb(157,181,188); }
H1.HeaderClassName
{
color: #9DB5BC;
}
.AnyTagClassName
{
color: #9DB5BC;
}
</style>
background-color css
<style>
a { background-color: #9DB5BC; }
a { background-color: rgb(157,181,188); }
div.DivClassName
{
background-color: #9DB5BC;
}
.BgClassName
{
background-color: #9DB5BC;
}
</style>
border-color css
<style>
span { border-color: #9DB5BC; }
span { border-color: rgb(157,181,188); }
td.TdClassName
{
border-color: #9DB5BC;
}
.TagClassName
{
border-color: #9DB5BC;
}
</style>