Shades of Casper #9ABBBC
Tints of Casper #9ABBBC
RGB
CMYK
RGB Variations
Color information
#9ABBBC (or 0x9ABBBC) is known color: Casper. HEX triplet: 9A, BB and BC. RGB value is (154,187,188). Sum of RGB (Red+Green+Blue) = 154+187+188=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #9ABBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBBC is #654443. Grayscale: #B1B1B1. Windows color (decimal): -6636612 or 12368794. OLE color: 12368794.
HSL color Cylindrical-coordinate representation of color #9ABBBC: hue angle of 181.76º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABBBC is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 187 | 188 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.26 |
| HSL | 181.76º | 0.2% | 0.67% | - |
| HSV(B) | 181.76º | 0.18% | 0.74% | - |
| XYZ | 40.17 | 46.04 | 54.35 | - |
| YUV | 177.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 188 | 0.18 | 0.01 | 0 | 0.26 | 181.76 | 0.2 | 0.67 |
| Hex | 9A | BB | BC | 12 | 1 | 0 | 1A | B6 | 14 | 43 |
| Octal | 232 | 273 | 274 | 22 | 1 | 0 | 32 | 266 | 24 | 103 |
| Binary | 10011010 | 10111011 | 10111100 | 10010 | 1 | 0 | 11010 | 10110110 | 10100 | 1000011 |
Color Harmonies of #9ABBBC
Complementary color
Monochromatic Colors of #9ABBBC
Black with #9ABBBC
Text Example
Text Example
White with #9ABBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABBBC; }
p { color: rgb(154,187,188); }
H1.HeaderClassName
{
color: #9ABBBC;
}
.AnyTagClassName
{
color: #9ABBBC;
}
</style>
background-color css
<style>
a { background-color: #9ABBBC; }
a { background-color: rgb(154,187,188); }
div.DivClassName
{
background-color: #9ABBBC;
}
.BgClassName
{
background-color: #9ABBBC;
}
</style>
border-color css
<style>
span { border-color: #9ABBBC; }
span { border-color: rgb(154,187,188); }
td.TdClassName
{
border-color: #9ABBBC;
}
.TagClassName
{
border-color: #9ABBBC;
}
</style>