Shades of Casper #9DB8BE
Tints of Casper #9DB8BE
RGB
CMYK
RGB Variations
Color information
#9DB8BE (or 0x9DB8BE) is known color: Casper. HEX triplet: 9D, B8 and BE. RGB value is (157,184,190). Sum of RGB (Red+Green+Blue) = 157+184+190=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB8BE is #624741. Grayscale: #B0B0B0. Windows color (decimal): -6440770 or 12499101. OLE color: 12499101.
HSL color Cylindrical-coordinate representation of color #9DB8BE: hue angle of 190.91º 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 #9DB8BE is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 184 | 190 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.25 |
| HSL | 190.91º | 0.2% | 0.68% | - |
| HSV(B) | 190.91º | 0.17% | 0.75% | - |
| XYZ | 40.34 | 45.17 | 55.31 | - |
| YUV | 176.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 190 | 0.17 | 0.03 | 0 | 0.25 | 190.91 | 0.2 | 0.68 |
| Hex | 9D | B8 | BE | 11 | 3 | 0 | 19 | BF | 14 | 44 |
| Octal | 235 | 270 | 276 | 21 | 3 | 0 | 31 | 277 | 24 | 104 |
| Binary | 10011101 | 10111000 | 10111110 | 10001 | 11 | 0 | 11001 | 10111111 | 10100 | 1000100 |
Color Harmonies of #9DB8BE
Complementary color
Monochromatic Colors of #9DB8BE
Black with #9DB8BE
Text Example
Text Example
White with #9DB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB8BE; }
p { color: rgb(157,184,190); }
H1.HeaderClassName
{
color: #9DB8BE;
}
.AnyTagClassName
{
color: #9DB8BE;
}
</style>
background-color css
<style>
a { background-color: #9DB8BE; }
a { background-color: rgb(157,184,190); }
div.DivClassName
{
background-color: #9DB8BE;
}
.BgClassName
{
background-color: #9DB8BE;
}
</style>
border-color css
<style>
span { border-color: #9DB8BE; }
span { border-color: rgb(157,184,190); }
td.TdClassName
{
border-color: #9DB8BE;
}
.TagClassName
{
border-color: #9DB8BE;
}
</style>