Shades of Casper #9DBCBE
Tints of Casper #9DBCBE
RGB
CMYK
RGB Variations
Color information
#9DBCBE (or 0x9DBCBE) is known color: Casper. HEX triplet: 9D, BC and BE. RGB value is (157,188,190). Sum of RGB (Red+Green+Blue) = 157+188+190=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DBCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCBE is #624341. Grayscale: #B2B2B2. Windows color (decimal): -6439746 or 12500125. OLE color: 12500125.
HSL color Cylindrical-coordinate representation of color #9DBCBE: hue angle of 183.64º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBCBE is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 188 | 190 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.25 |
| HSL | 183.64º | 0.2% | 0.68% | - |
| HSV(B) | 183.64º | 0.17% | 0.75% | - |
| XYZ | 41.18 | 46.85 | 55.59 | - |
| YUV | 178.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 190 | 0.17 | 0.01 | 0 | 0.25 | 183.64 | 0.2 | 0.68 |
| Hex | 9D | BC | BE | 11 | 1 | 0 | 19 | B8 | 14 | 44 |
| Octal | 235 | 274 | 276 | 21 | 1 | 0 | 31 | 270 | 24 | 104 |
| Binary | 10011101 | 10111100 | 10111110 | 10001 | 1 | 0 | 11001 | 10111000 | 10100 | 1000100 |
Color Harmonies of #9DBCBE
Complementary color
Monochromatic Colors of #9DBCBE
Black with #9DBCBE
Text Example
Text Example
White with #9DBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCBE; }
p { color: rgb(157,188,190); }
H1.HeaderClassName
{
color: #9DBCBE;
}
.AnyTagClassName
{
color: #9DBCBE;
}
</style>
background-color css
<style>
a { background-color: #9DBCBE; }
a { background-color: rgb(157,188,190); }
div.DivClassName
{
background-color: #9DBCBE;
}
.BgClassName
{
background-color: #9DBCBE;
}
</style>
border-color css
<style>
span { border-color: #9DBCBE; }
span { border-color: rgb(157,188,190); }
td.TdClassName
{
border-color: #9DBCBE;
}
.TagClassName
{
border-color: #9DBCBE;
}
</style>