Shades of Botticelli #90BABC
Tints of Botticelli #90BABC
RGB
CMYK
RGB Variations
Color information
#90BABC (or 0x90BABC) is known color: Botticelli. HEX triplet: 90, BA and BC. RGB value is (144,186,188). Sum of RGB (Red+Green+Blue) = 144+186+188=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #90BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BABC is #6F4543. Grayscale: #ADADAD. Windows color (decimal): -7292228 or 12368528. OLE color: 12368528.
HSL color Cylindrical-coordinate representation of color #90BABC: hue angle of 182.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BABC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 186 | 188 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.26 |
| HSL | 182.73º | 0.25% | 0.65% | - |
| HSV(B) | 182.73º | 0.23% | 0.74% | - |
| XYZ | 38.14 | 44.68 | 54.19 | - |
| YUV | 173.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 188 | 0.23 | 0.01 | 0 | 0.26 | 182.73 | 0.25 | 0.65 |
| Hex | 90 | BA | BC | 17 | 1 | 0 | 1A | B7 | 19 | 41 |
| Octal | 220 | 272 | 274 | 27 | 1 | 0 | 32 | 267 | 31 | 101 |
| Binary | 10010000 | 10111010 | 10111100 | 10111 | 1 | 0 | 11010 | 10110111 | 11001 | 1000001 |
Color Harmonies of #90BABC
Complementary color
Monochromatic Colors of #90BABC
Black with #90BABC
Text Example
Text Example
White with #90BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BABC; }
p { color: rgb(144,186,188); }
H1.HeaderClassName
{
color: #90BABC;
}
.AnyTagClassName
{
color: #90BABC;
}
</style>
background-color css
<style>
a { background-color: #90BABC; }
a { background-color: rgb(144,186,188); }
div.DivClassName
{
background-color: #90BABC;
}
.BgClassName
{
background-color: #90BABC;
}
</style>
border-color css
<style>
span { border-color: #90BABC; }
span { border-color: rgb(144,186,188); }
td.TdClassName
{
border-color: #90BABC;
}
.TagClassName
{
border-color: #90BABC;
}
</style>