Shades of Casper #9ABDBF
Tints of Casper #9ABDBF
RGB
CMYK
RGB Variations
Color information
#9ABDBF (or 0x9ABDBF) is known color: Casper. HEX triplet: 9A, BD and BF. RGB value is (154,189,191). Sum of RGB (Red+Green+Blue) = 154+189+191=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #9ABDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDBF is #654240. Grayscale: #B2B2B2. Windows color (decimal): -6636097 or 12565914. OLE color: 12565914.
HSL color Cylindrical-coordinate representation of color #9ABDBF: hue angle of 183.24º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABDBF is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 189 | 191 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.25 |
| HSL | 183.24º | 0.22% | 0.68% | - |
| HSV(B) | 183.24º | 0.19% | 0.75% | - |
| XYZ | 40.93 | 47.03 | 56.21 | - |
| YUV | 178.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 191 | 0.19 | 0.01 | 0 | 0.25 | 183.24 | 0.22 | 0.68 |
| Hex | 9A | BD | BF | 13 | 1 | 0 | 19 | B7 | 16 | 44 |
| Octal | 232 | 275 | 277 | 23 | 1 | 0 | 31 | 267 | 26 | 104 |
| Binary | 10011010 | 10111101 | 10111111 | 10011 | 1 | 0 | 11001 | 10110111 | 10110 | 1000100 |
Color Harmonies of #9ABDBF
Complementary color
Monochromatic Colors of #9ABDBF
Black with #9ABDBF
Text Example
Text Example
White with #9ABDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABDBF; }
p { color: rgb(154,189,191); }
H1.HeaderClassName
{
color: #9ABDBF;
}
.AnyTagClassName
{
color: #9ABDBF;
}
</style>
background-color css
<style>
a { background-color: #9ABDBF; }
a { background-color: rgb(154,189,191); }
div.DivClassName
{
background-color: #9ABDBF;
}
.BgClassName
{
background-color: #9ABDBF;
}
</style>
border-color css
<style>
span { border-color: #9ABDBF; }
span { border-color: rgb(154,189,191); }
td.TdClassName
{
border-color: #9ABDBF;
}
.TagClassName
{
border-color: #9ABDBF;
}
</style>