Shades of Botticelli #9AB3BA
Tints of Botticelli #9AB3BA
RGB
CMYK
RGB Variations
Color information
#9AB3BA (or 0x9AB3BA) is known color: Botticelli. HEX triplet: 9A, B3 and BA. RGB value is (154,179,186). Sum of RGB (Red+Green+Blue) = 154+179+186=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AB3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB3BA is #654C45. Grayscale: #ACACAC. Windows color (decimal): -6638662 or 12235674. OLE color: 12235674.
HSL color Cylindrical-coordinate representation of color #9AB3BA: hue angle of 193.12º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AB3BA is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 179 | 186 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.27 |
| HSL | 193.13º | 0.19% | 0.67% | - |
| HSV(B) | 193.13º | 0.17% | 0.73% | - |
| XYZ | 38.31 | 42.66 | 52.67 | - |
| YUV | 172.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 186 | 0.17 | 0.04 | 0 | 0.27 | 193.13 | 0.19 | 0.67 |
| Hex | 9A | B3 | BA | 11 | 4 | 0 | 1B | C1 | 13 | 43 |
| Octal | 232 | 263 | 272 | 21 | 4 | 0 | 33 | 301 | 23 | 103 |
| Binary | 10011010 | 10110011 | 10111010 | 10001 | 100 | 0 | 11011 | 11000001 | 10011 | 1000011 |
Color Harmonies of #9AB3BA
Complementary color
Monochromatic Colors of #9AB3BA
Black with #9AB3BA
Text Example
Text Example
White with #9AB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB3BA; }
p { color: rgb(154,179,186); }
H1.HeaderClassName
{
color: #9AB3BA;
}
.AnyTagClassName
{
color: #9AB3BA;
}
</style>
background-color css
<style>
a { background-color: #9AB3BA; }
a { background-color: rgb(154,179,186); }
div.DivClassName
{
background-color: #9AB3BA;
}
.BgClassName
{
background-color: #9AB3BA;
}
</style>
border-color css
<style>
span { border-color: #9AB3BA; }
span { border-color: rgb(154,179,186); }
td.TdClassName
{
border-color: #9AB3BA;
}
.TagClassName
{
border-color: #9AB3BA;
}
</style>