Shades of Casper #9ABABB
Tints of Casper #9ABABB
RGB
CMYK
RGB Variations
Color information
#9ABABB (or 0x9ABABB) is known color: Casper. HEX triplet: 9A, BA and BB. RGB value is (154,186,187). Sum of RGB (Red+Green+Blue) = 154+186+187=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #9ABABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABABB is #654544. Grayscale: #B0B0B0. Windows color (decimal): -6636869 or 12303002. OLE color: 12303002.
HSL color Cylindrical-coordinate representation of color #9ABABB: hue angle of 181.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABABB is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 187 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.27 |
| HSL | 181.82º | 0.2% | 0.67% | - |
| HSV(B) | 181.82º | 0.18% | 0.73% | - |
| XYZ | 39.85 | 45.58 | 53.71 | - |
| YUV | 176.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 187 | 0.18 | 0.01 | 0 | 0.27 | 181.82 | 0.2 | 0.67 |
| Hex | 9A | BA | BB | 12 | 1 | 0 | 1B | B6 | 14 | 43 |
| Octal | 232 | 272 | 273 | 22 | 1 | 0 | 33 | 266 | 24 | 103 |
| Binary | 10011010 | 10111010 | 10111011 | 10010 | 1 | 0 | 11011 | 10110110 | 10100 | 1000011 |
Color Harmonies of #9ABABB
Complementary color
Monochromatic Colors of #9ABABB
Black with #9ABABB
Text Example
Text Example
White with #9ABABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABABB; }
p { color: rgb(154,186,187); }
H1.HeaderClassName
{
color: #9ABABB;
}
.AnyTagClassName
{
color: #9ABABB;
}
</style>
background-color css
<style>
a { background-color: #9ABABB; }
a { background-color: rgb(154,186,187); }
div.DivClassName
{
background-color: #9ABABB;
}
.BgClassName
{
background-color: #9ABABB;
}
</style>
border-color css
<style>
span { border-color: #9ABABB; }
span { border-color: rgb(154,186,187); }
td.TdClassName
{
border-color: #9ABABB;
}
.TagClassName
{
border-color: #9ABABB;
}
</style>