Shades of Casper #9ABAC0
Tints of Casper #9ABAC0
RGB
CMYK
RGB Variations
Color information
#9ABAC0 (or 0x9ABAC0) is known color: Casper. HEX triplet: 9A, BA and C0. RGB value is (154,186,192). Sum of RGB (Red+Green+Blue) = 154+186+192=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #9ABAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABAC0 is #65453F. Grayscale: #B1B1B1. Windows color (decimal): -6636864 or 12630682. OLE color: 12630682.
HSL color Cylindrical-coordinate representation of color #9ABAC0: hue angle of 189.47º 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 #9ABAC0 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 186 | 192 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.25 |
| HSL | 189.47º | 0.23% | 0.68% | - |
| HSV(B) | 189.47º | 0.2% | 0.75% | - |
| XYZ | 40.4 | 45.79 | 56.58 | - |
| YUV | 177.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 192 | 0.20 | 0.03 | 0 | 0.25 | 189.47 | 0.23 | 0.68 |
| Hex | 9A | BA | C0 | 14 | 3 | 0 | 19 | BD | 17 | 44 |
| Octal | 232 | 272 | 300 | 24 | 3 | 0 | 31 | 275 | 27 | 104 |
| Binary | 10011010 | 10111010 | 11000000 | 10100 | 11 | 0 | 11001 | 10111101 | 10111 | 1000100 |
Color Harmonies of #9ABAC0
Complementary color
Monochromatic Colors of #9ABAC0
Black with #9ABAC0
Text Example
Text Example
White with #9ABAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABAC0; }
p { color: rgb(154,186,192); }
H1.HeaderClassName
{
color: #9ABAC0;
}
.AnyTagClassName
{
color: #9ABAC0;
}
</style>
background-color css
<style>
a { background-color: #9ABAC0; }
a { background-color: rgb(154,186,192); }
div.DivClassName
{
background-color: #9ABAC0;
}
.BgClassName
{
background-color: #9ABAC0;
}
</style>
border-color css
<style>
span { border-color: #9ABAC0; }
span { border-color: rgb(154,186,192); }
td.TdClassName
{
border-color: #9ABAC0;
}
.TagClassName
{
border-color: #9ABAC0;
}
</style>