Shades of Casper #9DBCBF
Tints of Casper #9DBCBF
RGB
CMYK
RGB Variations
Color information
#9DBCBF (or 0x9DBCBF) is known color: Casper. HEX triplet: 9D, BC and BF. RGB value is (157,188,191). Sum of RGB (Red+Green+Blue) = 157+188+191=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DBCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCBF is #624340. Grayscale: #B3B3B3. Windows color (decimal): -6439745 or 12565661. OLE color: 12565661.
HSL color Cylindrical-coordinate representation of color #9DBCBF: hue angle of 185.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DBCBF is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 188 | 191 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.25 |
| HSL | 185.29º | 0.21% | 0.68% | - |
| HSV(B) | 185.29º | 0.18% | 0.75% | - |
| XYZ | 41.29 | 46.9 | 56.17 | - |
| YUV | 179.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 191 | 0.18 | 0.02 | 0 | 0.25 | 185.29 | 0.21 | 0.68 |
| Hex | 9D | BC | BF | 12 | 2 | 0 | 19 | B9 | 15 | 44 |
| Octal | 235 | 274 | 277 | 22 | 2 | 0 | 31 | 271 | 25 | 104 |
| Binary | 10011101 | 10111100 | 10111111 | 10010 | 10 | 0 | 11001 | 10111001 | 10101 | 1000100 |
Color Harmonies of #9DBCBF
Complementary color
Monochromatic Colors of #9DBCBF
Black with #9DBCBF
Text Example
Text Example
White with #9DBCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCBF; }
p { color: rgb(157,188,191); }
H1.HeaderClassName
{
color: #9DBCBF;
}
.AnyTagClassName
{
color: #9DBCBF;
}
</style>
background-color css
<style>
a { background-color: #9DBCBF; }
a { background-color: rgb(157,188,191); }
div.DivClassName
{
background-color: #9DBCBF;
}
.BgClassName
{
background-color: #9DBCBF;
}
</style>
border-color css
<style>
span { border-color: #9DBCBF; }
span { border-color: rgb(157,188,191); }
td.TdClassName
{
border-color: #9DBCBF;
}
.TagClassName
{
border-color: #9DBCBF;
}
</style>