Shades of Casper #9AB8BE
Tints of Casper #9AB8BE
RGB
CMYK
RGB Variations
Color information
#9AB8BE (or 0x9AB8BE) is known color: Casper. HEX triplet: 9A, B8 and BE. RGB value is (154,184,190). Sum of RGB (Red+Green+Blue) = 154+184+190=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB8BE is #654741. Grayscale: #AFAFAF. Windows color (decimal): -6637378 or 12499098. OLE color: 12499098.
HSL color Cylindrical-coordinate representation of color #9AB8BE: hue angle of 190º 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 #9AB8BE is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 184 | 190 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.25 |
| HSL | 190º | 0.22% | 0.67% | - |
| HSV(B) | 190º | 0.19% | 0.75% | - |
| XYZ | 39.76 | 44.87 | 55.28 | - |
| YUV | 175.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 190 | 0.19 | 0.03 | 0 | 0.25 | 190 | 0.22 | 0.67 |
| Hex | 9A | B8 | BE | 13 | 3 | 0 | 19 | BE | 16 | 43 |
| Octal | 232 | 270 | 276 | 23 | 3 | 0 | 31 | 276 | 26 | 103 |
| Binary | 10011010 | 10111000 | 10111110 | 10011 | 11 | 0 | 11001 | 10111110 | 10110 | 1000011 |
Color Harmonies of #9AB8BE
Complementary color
Monochromatic Colors of #9AB8BE
Black with #9AB8BE
Text Example
Text Example
White with #9AB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB8BE; }
p { color: rgb(154,184,190); }
H1.HeaderClassName
{
color: #9AB8BE;
}
.AnyTagClassName
{
color: #9AB8BE;
}
</style>
background-color css
<style>
a { background-color: #9AB8BE; }
a { background-color: rgb(154,184,190); }
div.DivClassName
{
background-color: #9AB8BE;
}
.BgClassName
{
background-color: #9AB8BE;
}
</style>
border-color css
<style>
span { border-color: #9AB8BE; }
span { border-color: rgb(154,184,190); }
td.TdClassName
{
border-color: #9AB8BE;
}
.TagClassName
{
border-color: #9AB8BE;
}
</style>