Shades of Botticelli #90AEBB
Tints of Botticelli #90AEBB
RGB
CMYK
RGB Variations
Color information
#90AEBB (or 0x90AEBB) is known color: Botticelli. HEX triplet: 90, AE and BB. RGB value is (144,174,187). Sum of RGB (Red+Green+Blue) = 144+174+187=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #90AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEBB is #6F5144. Grayscale: #A6A6A6. Windows color (decimal): -7295301 or 12299920. OLE color: 12299920.
HSL color Cylindrical-coordinate representation of color #90AEBB: hue angle of 198.14º degrees, saturation: 0.24, 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 #90AEBB is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 174 | 187 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.27 |
| HSL | 198.14º | 0.24% | 0.65% | - |
| HSV(B) | 198.14º | 0.23% | 0.73% | - |
| XYZ | 35.61 | 39.79 | 52.82 | - |
| YUV | 166.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 187 | 0.23 | 0.07 | 0 | 0.27 | 198.14 | 0.24 | 0.65 |
| Hex | 90 | AE | BB | 17 | 7 | 0 | 1B | C6 | 18 | 41 |
| Octal | 220 | 256 | 273 | 27 | 7 | 0 | 33 | 306 | 30 | 101 |
| Binary | 10010000 | 10101110 | 10111011 | 10111 | 111 | 0 | 11011 | 11000110 | 11000 | 1000001 |
Color Harmonies of #90AEBB
Complementary color
Monochromatic Colors of #90AEBB
Black with #90AEBB
Text Example
Text Example
White with #90AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AEBB; }
p { color: rgb(144,174,187); }
H1.HeaderClassName
{
color: #90AEBB;
}
.AnyTagClassName
{
color: #90AEBB;
}
</style>
background-color css
<style>
a { background-color: #90AEBB; }
a { background-color: rgb(144,174,187); }
div.DivClassName
{
background-color: #90AEBB;
}
.BgClassName
{
background-color: #90AEBB;
}
</style>
border-color css
<style>
span { border-color: #90AEBB; }
span { border-color: rgb(144,174,187); }
td.TdClassName
{
border-color: #90AEBB;
}
.TagClassName
{
border-color: #90AEBB;
}
</style>