Shades of Casper #9ABCC0
Tints of Casper #9ABCC0
RGB
CMYK
RGB Variations
Color information
#9ABCC0 (or 0x9ABCC0) is known color: Casper. HEX triplet: 9A, BC and C0. RGB value is (154,188,192). Sum of RGB (Red+Green+Blue) = 154+188+192=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #9ABCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCC0 is #65433F. Grayscale: #B2B2B2. Windows color (decimal): -6636352 or 12631194. OLE color: 12631194.
HSL color Cylindrical-coordinate representation of color #9ABCC0: hue angle of 186.32º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9ABCC0 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 188 | 192 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.25 |
| HSL | 186.32º | 0.23% | 0.68% | - |
| HSV(B) | 186.32º | 0.2% | 0.75% | - |
| XYZ | 40.82 | 46.64 | 56.72 | - |
| YUV | 178.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 192 | 0.20 | 0.02 | 0 | 0.25 | 186.32 | 0.23 | 0.68 |
| Hex | 9A | BC | C0 | 14 | 2 | 0 | 19 | BA | 17 | 44 |
| Octal | 232 | 274 | 300 | 24 | 2 | 0 | 31 | 272 | 27 | 104 |
| Binary | 10011010 | 10111100 | 11000000 | 10100 | 10 | 0 | 11001 | 10111010 | 10111 | 1000100 |
Color Harmonies of #9ABCC0
Complementary color
Monochromatic Colors of #9ABCC0
Black with #9ABCC0
Text Example
Text Example
White with #9ABCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCC0; }
p { color: rgb(154,188,192); }
H1.HeaderClassName
{
color: #9ABCC0;
}
.AnyTagClassName
{
color: #9ABCC0;
}
</style>
background-color css
<style>
a { background-color: #9ABCC0; }
a { background-color: rgb(154,188,192); }
div.DivClassName
{
background-color: #9ABCC0;
}
.BgClassName
{
background-color: #9ABCC0;
}
</style>
border-color css
<style>
span { border-color: #9ABCC0; }
span { border-color: rgb(154,188,192); }
td.TdClassName
{
border-color: #9ABCC0;
}
.TagClassName
{
border-color: #9ABCC0;
}
</style>