Shades of Casper #9DBABD
Tints of Casper #9DBABD
RGB
CMYK
RGB Variations
Color information
#9DBABD (or 0x9DBABD) is known color: Casper. HEX triplet: 9D, BA and BD. RGB value is (157,186,189). Sum of RGB (Red+Green+Blue) = 157+186+189=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 189 - color contains mainly: blue. Hex color #9DBABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBABD is #624542. Grayscale: #B1B1B1. Windows color (decimal): -6440259 or 12434077. OLE color: 12434077.
HSL color Cylindrical-coordinate representation of color #9DBABD: hue angle of 185.62º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBABD is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 186 | 189 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.26 |
| HSL | 185.63º | 0.2% | 0.68% | - |
| HSV(B) | 185.63º | 0.17% | 0.74% | - |
| XYZ | 40.65 | 45.96 | 54.87 | - |
| YUV | 177.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 189 | 0.17 | 0.02 | 0 | 0.26 | 185.63 | 0.2 | 0.68 |
| Hex | 9D | BA | BD | 11 | 2 | 0 | 1A | BA | 14 | 44 |
| Octal | 235 | 272 | 275 | 21 | 2 | 0 | 32 | 272 | 24 | 104 |
| Binary | 10011101 | 10111010 | 10111101 | 10001 | 10 | 0 | 11010 | 10111010 | 10100 | 1000100 |
Color Harmonies of #9DBABD
Complementary color
Monochromatic Colors of #9DBABD
Black with #9DBABD
Text Example
Text Example
White with #9DBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBABD; }
p { color: rgb(157,186,189); }
H1.HeaderClassName
{
color: #9DBABD;
}
.AnyTagClassName
{
color: #9DBABD;
}
</style>
background-color css
<style>
a { background-color: #9DBABD; }
a { background-color: rgb(157,186,189); }
div.DivClassName
{
background-color: #9DBABD;
}
.BgClassName
{
background-color: #9DBABD;
}
</style>
border-color css
<style>
span { border-color: #9DBABD; }
span { border-color: rgb(157,186,189); }
td.TdClassName
{
border-color: #9DBABD;
}
.TagClassName
{
border-color: #9DBABD;
}
</style>