Shades of Casper #9ABDC1
Tints of Casper #9ABDC1
RGB
CMYK
RGB Variations
Color information
#9ABDC1 (or 0x9ABDC1) is known color: Casper. HEX triplet: 9A, BD and C1. RGB value is (154,189,193). Sum of RGB (Red+Green+Blue) = 154+189+193=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 189 (74.22% from 255 or 35.26% 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 #9ABDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDC1 is #65423E. Grayscale: #B2B2B2. Windows color (decimal): -6636095 or 12696986. OLE color: 12696986.
HSL color Cylindrical-coordinate representation of color #9ABDC1: hue angle of 186.15º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9ABDC1 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 189 | 193 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.24 |
| HSL | 186.15º | 0.24% | 0.68% | - |
| HSV(B) | 186.15º | 0.2% | 0.76% | - |
| XYZ | 41.15 | 47.12 | 57.38 | - |
| YUV | 178.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 193 | 0.20 | 0.02 | 0 | 0.24 | 186.15 | 0.24 | 0.68 |
| Hex | 9A | BD | C1 | 14 | 2 | 0 | 18 | BA | 18 | 44 |
| Octal | 232 | 275 | 301 | 24 | 2 | 0 | 30 | 272 | 30 | 104 |
| Binary | 10011010 | 10111101 | 11000001 | 10100 | 10 | 0 | 11000 | 10111010 | 11000 | 1000100 |
Color Harmonies of #9ABDC1
Complementary color
Monochromatic Colors of #9ABDC1
Black with #9ABDC1
Text Example
Text Example
White with #9ABDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABDC1; }
p { color: rgb(154,189,193); }
H1.HeaderClassName
{
color: #9ABDC1;
}
.AnyTagClassName
{
color: #9ABDC1;
}
</style>
background-color css
<style>
a { background-color: #9ABDC1; }
a { background-color: rgb(154,189,193); }
div.DivClassName
{
background-color: #9ABDC1;
}
.BgClassName
{
background-color: #9ABDC1;
}
</style>
border-color css
<style>
span { border-color: #9ABDC1; }
span { border-color: rgb(154,189,193); }
td.TdClassName
{
border-color: #9ABDC1;
}
.TagClassName
{
border-color: #9ABDC1;
}
</style>