Shades of Botticelli #9AB5BA
Tints of Botticelli #9AB5BA
RGB
CMYK
RGB Variations
Color information
#9AB5BA (or 0x9AB5BA) is known color: Botticelli. HEX triplet: 9A, B5 and BA. RGB value is (154,181,186). Sum of RGB (Red+Green+Blue) = 154+181+186=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB5BA is #654A45. Grayscale: #ADADAD. Windows color (decimal): -6638150 or 12236186. OLE color: 12236186.
HSL color Cylindrical-coordinate representation of color #9AB5BA: hue angle of 189.38º 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 #9AB5BA is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 181 | 186 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.27 |
| HSL | 189.38º | 0.19% | 0.67% | - |
| HSV(B) | 189.38º | 0.17% | 0.73% | - |
| XYZ | 38.71 | 43.46 | 52.8 | - |
| YUV | 173.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 186 | 0.17 | 0.03 | 0 | 0.27 | 189.38 | 0.19 | 0.67 |
| Hex | 9A | B5 | BA | 11 | 3 | 0 | 1B | BD | 13 | 43 |
| Octal | 232 | 265 | 272 | 21 | 3 | 0 | 33 | 275 | 23 | 103 |
| Binary | 10011010 | 10110101 | 10111010 | 10001 | 11 | 0 | 11011 | 10111101 | 10011 | 1000011 |
Color Harmonies of #9AB5BA
Complementary color
Monochromatic Colors of #9AB5BA
Black with #9AB5BA
Text Example
Text Example
White with #9AB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB5BA; }
p { color: rgb(154,181,186); }
H1.HeaderClassName
{
color: #9AB5BA;
}
.AnyTagClassName
{
color: #9AB5BA;
}
</style>
background-color css
<style>
a { background-color: #9AB5BA; }
a { background-color: rgb(154,181,186); }
div.DivClassName
{
background-color: #9AB5BA;
}
.BgClassName
{
background-color: #9AB5BA;
}
</style>
border-color css
<style>
span { border-color: #9AB5BA; }
span { border-color: rgb(154,181,186); }
td.TdClassName
{
border-color: #9AB5BA;
}
.TagClassName
{
border-color: #9AB5BA;
}
</style>