Shades of Botticelli #90AEBA
Tints of Botticelli #90AEBA
RGB
CMYK
RGB Variations
Color information
#90AEBA (or 0x90AEBA) is known color: Botticelli. HEX triplet: 90, AE and BA. RGB value is (144,174,186). Sum of RGB (Red+Green+Blue) = 144+174+186=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #90AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEBA is #6F5145. Grayscale: #A6A6A6. Windows color (decimal): -7295302 or 12234384. OLE color: 12234384.
HSL color Cylindrical-coordinate representation of color #90AEBA: hue angle of 197.14º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90AEBA is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 174 | 186 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.27 |
| HSL | 197.14º | 0.23% | 0.65% | - |
| HSV(B) | 197.14º | 0.23% | 0.73% | - |
| XYZ | 35.5 | 39.75 | 52.26 | - |
| YUV | 166.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 186 | 0.23 | 0.06 | 0 | 0.27 | 197.14 | 0.23 | 0.65 |
| Hex | 90 | AE | BA | 17 | 6 | 0 | 1B | C5 | 17 | 41 |
| Octal | 220 | 256 | 272 | 27 | 6 | 0 | 33 | 305 | 27 | 101 |
| Binary | 10010000 | 10101110 | 10111010 | 10111 | 110 | 0 | 11011 | 11000101 | 10111 | 1000001 |
Color Harmonies of #90AEBA
Complementary color
Monochromatic Colors of #90AEBA
Black with #90AEBA
Text Example
Text Example
White with #90AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AEBA; }
p { color: rgb(144,174,186); }
H1.HeaderClassName
{
color: #90AEBA;
}
.AnyTagClassName
{
color: #90AEBA;
}
</style>
background-color css
<style>
a { background-color: #90AEBA; }
a { background-color: rgb(144,174,186); }
div.DivClassName
{
background-color: #90AEBA;
}
.BgClassName
{
background-color: #90AEBA;
}
</style>
border-color css
<style>
span { border-color: #90AEBA; }
span { border-color: rgb(144,174,186); }
td.TdClassName
{
border-color: #90AEBA;
}
.TagClassName
{
border-color: #90AEBA;
}
</style>