Shades of Casper #9ABBBE
Tints of Casper #9ABBBE
RGB
CMYK
RGB Variations
Color information
#9ABBBE (or 0x9ABBBE) is known color: Casper. HEX triplet: 9A, BB and BE. RGB value is (154,187,190). Sum of RGB (Red+Green+Blue) = 154+187+190=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #9ABBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBBE is #654441. Grayscale: #B1B1B1. Windows color (decimal): -6636610 or 12499866. OLE color: 12499866.
HSL color Cylindrical-coordinate representation of color #9ABBBE: hue angle of 185º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABBBE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 187 | 190 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.25 |
| HSL | 185º | 0.22% | 0.67% | - |
| HSV(B) | 185º | 0.19% | 0.75% | - |
| XYZ | 40.39 | 46.13 | 55.49 | - |
| YUV | 177.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 190 | 0.19 | 0.02 | 0 | 0.25 | 185 | 0.22 | 0.67 |
| Hex | 9A | BB | BE | 13 | 2 | 0 | 19 | B9 | 16 | 43 |
| Octal | 232 | 273 | 276 | 23 | 2 | 0 | 31 | 271 | 26 | 103 |
| Binary | 10011010 | 10111011 | 10111110 | 10011 | 10 | 0 | 11001 | 10111001 | 10110 | 1000011 |
Color Harmonies of #9ABBBE
Complementary color
Monochromatic Colors of #9ABBBE
Black with #9ABBBE
Text Example
Text Example
White with #9ABBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABBBE; }
p { color: rgb(154,187,190); }
H1.HeaderClassName
{
color: #9ABBBE;
}
.AnyTagClassName
{
color: #9ABBBE;
}
</style>
background-color css
<style>
a { background-color: #9ABBBE; }
a { background-color: rgb(154,187,190); }
div.DivClassName
{
background-color: #9ABBBE;
}
.BgClassName
{
background-color: #9ABBBE;
}
</style>
border-color css
<style>
span { border-color: #9ABBBE; }
span { border-color: rgb(154,187,190); }
td.TdClassName
{
border-color: #9ABBBE;
}
.TagClassName
{
border-color: #9ABBBE;
}
</style>