Shades of Casper #9DBAC1
Tints of Casper #9DBAC1
RGB
CMYK
RGB Variations
Color information
#9DBAC1 (or 0x9DBAC1) is known color: Casper. HEX triplet: 9D, BA and C1. RGB value is (157,186,193). Sum of RGB (Red+Green+Blue) = 157+186+193=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #9DBAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBAC1 is #62453E. Grayscale: #B2B2B2. Windows color (decimal): -6440255 or 12696221. OLE color: 12696221.
HSL color Cylindrical-coordinate representation of color #9DBAC1: hue angle of 191.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 #9DBAC1 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 186 | 193 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.24 |
| HSL | 191.67º | 0.23% | 0.69% | - |
| HSV(B) | 191.67º | 0.19% | 0.76% | - |
| XYZ | 41.09 | 46.14 | 57.19 | - |
| YUV | 178.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 193 | 0.19 | 0.04 | 0 | 0.24 | 191.67 | 0.23 | 0.69 |
| Hex | 9D | BA | C1 | 13 | 4 | 0 | 18 | C0 | 16 | 45 |
| Octal | 235 | 272 | 301 | 23 | 4 | 0 | 30 | 300 | 26 | 105 |
| Binary | 10011101 | 10111010 | 11000001 | 10011 | 100 | 0 | 11000 | 11000000 | 10110 | 1000101 |
Color Harmonies of #9DBAC1
Complementary color
Monochromatic Colors of #9DBAC1
Black with #9DBAC1
Text Example
Text Example
White with #9DBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAC1; }
p { color: rgb(157,186,193); }
H1.HeaderClassName
{
color: #9DBAC1;
}
.AnyTagClassName
{
color: #9DBAC1;
}
</style>
background-color css
<style>
a { background-color: #9DBAC1; }
a { background-color: rgb(157,186,193); }
div.DivClassName
{
background-color: #9DBAC1;
}
.BgClassName
{
background-color: #9DBAC1;
}
</style>
border-color css
<style>
span { border-color: #9DBAC1; }
span { border-color: rgb(157,186,193); }
td.TdClassName
{
border-color: #9DBAC1;
}
.TagClassName
{
border-color: #9DBAC1;
}
</style>