Shades of Botticelli #90AEB4
Tints of Botticelli #90AEB4
RGB
CMYK
RGB Variations
Color information
#90AEB4 (or 0x90AEB4) is known color: Botticelli. HEX triplet: 90, AE and B4. RGB value is (144,174,180). Sum of RGB (Red+Green+Blue) = 144+174+180=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 180 - color contains mainly: blue. Hex color #90AEB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEB4 is #6F514B. Grayscale: #A5A5A5. Windows color (decimal): -7295308 or 11841168. OLE color: 11841168.
HSL color Cylindrical-coordinate representation of color #90AEB4: hue angle of 190º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90AEB4 is Cyan = 0.2, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 174 | 180 | - |
| CMYK | 0.2 | 0.03 | 0 | 0.29 |
| HSL | 190º | 0.19% | 0.64% | - |
| HSV(B) | 190º | 0.2% | 0.71% | - |
| XYZ | 34.88 | 39.5 | 48.97 | - |
| YUV | 165.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 180 | 0.2 | 0.03 | 0 | 0.29 | 190 | 0.19 | 0.64 |
| Hex | 90 | AE | B4 | 14 | 3 | 0 | 1D | BE | 13 | 40 |
| Octal | 220 | 256 | 264 | 24 | 3 | 0 | 35 | 276 | 23 | 100 |
| Binary | 10010000 | 10101110 | 10110100 | 10100 | 11 | 0 | 11101 | 10111110 | 10011 | 1000000 |
Color Harmonies of #90AEB4
Complementary color
Monochromatic Colors of #90AEB4
Black with #90AEB4
Text Example
Text Example
White with #90AEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AEB4; }
p { color: rgb(144,174,180); }
H1.HeaderClassName
{
color: #90AEB4;
}
.AnyTagClassName
{
color: #90AEB4;
}
</style>
background-color css
<style>
a { background-color: #90AEB4; }
a { background-color: rgb(144,174,180); }
div.DivClassName
{
background-color: #90AEB4;
}
.BgClassName
{
background-color: #90AEB4;
}
</style>
border-color css
<style>
span { border-color: #90AEB4; }
span { border-color: rgb(144,174,180); }
td.TdClassName
{
border-color: #90AEB4;
}
.TagClassName
{
border-color: #90AEB4;
}
</style>