Shades of Casper #9DBDC1
Tints of Casper #9DBDC1
RGB
CMYK
RGB Variations
Color information
#9DBDC1 (or 0x9DBDC1) is known color: Casper. HEX triplet: 9D, BD and C1. RGB value is (157,189,193). Sum of RGB (Red+Green+Blue) = 157+189+193=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #9DBDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDC1 is #62423E. Grayscale: #B3B3B3. Windows color (decimal): -6439487 or 12696989. OLE color: 12696989.
HSL color Cylindrical-coordinate representation of color #9DBDC1: hue angle of 186.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DBDC1 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 189 | 193 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.24 |
| HSL | 186.67º | 0.23% | 0.69% | - |
| HSV(B) | 186.67º | 0.19% | 0.76% | - |
| XYZ | 41.73 | 47.41 | 57.4 | - |
| YUV | 179.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 193 | 0.19 | 0.02 | 0 | 0.24 | 186.67 | 0.23 | 0.69 |
| Hex | 9D | BD | C1 | 13 | 2 | 0 | 18 | BB | 16 | 45 |
| Octal | 235 | 275 | 301 | 23 | 2 | 0 | 30 | 273 | 26 | 105 |
| Binary | 10011101 | 10111101 | 11000001 | 10011 | 10 | 0 | 11000 | 10111011 | 10110 | 1000101 |
Color Harmonies of #9DBDC1
Complementary color
Monochromatic Colors of #9DBDC1
Black with #9DBDC1
Text Example
Text Example
White with #9DBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDC1; }
p { color: rgb(157,189,193); }
H1.HeaderClassName
{
color: #9DBDC1;
}
.AnyTagClassName
{
color: #9DBDC1;
}
</style>
background-color css
<style>
a { background-color: #9DBDC1; }
a { background-color: rgb(157,189,193); }
div.DivClassName
{
background-color: #9DBDC1;
}
.BgClassName
{
background-color: #9DBDC1;
}
</style>
border-color css
<style>
span { border-color: #9DBDC1; }
span { border-color: rgb(157,189,193); }
td.TdClassName
{
border-color: #9DBDC1;
}
.TagClassName
{
border-color: #9DBDC1;
}
</style>