Shades of Botticelli #90B5BA
Tints of Botticelli #90B5BA
RGB
CMYK
RGB Variations
Color information
#90B5BA (or 0x90B5BA) is known color: Botticelli. HEX triplet: 90, B5 and BA. RGB value is (144,181,186). Sum of RGB (Red+Green+Blue) = 144+181+186=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #90B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B5BA is #6F4A45. Grayscale: #AAAAAA. Windows color (decimal): -7293510 or 12236176. OLE color: 12236176.
HSL color Cylindrical-coordinate representation of color #90B5BA: hue angle of 187.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 #90B5BA is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 181 | 186 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.27 |
| HSL | 187.14º | 0.23% | 0.65% | - |
| HSV(B) | 187.14º | 0.23% | 0.73% | - |
| XYZ | 36.89 | 42.52 | 52.72 | - |
| YUV | 170.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 186 | 0.23 | 0.03 | 0 | 0.27 | 187.14 | 0.23 | 0.65 |
| Hex | 90 | B5 | BA | 17 | 3 | 0 | 1B | BB | 17 | 41 |
| Octal | 220 | 265 | 272 | 27 | 3 | 0 | 33 | 273 | 27 | 101 |
| Binary | 10010000 | 10110101 | 10111010 | 10111 | 11 | 0 | 11011 | 10111011 | 10111 | 1000001 |
Color Harmonies of #90B5BA
Complementary color
Monochromatic Colors of #90B5BA
Black with #90B5BA
Text Example
Text Example
White with #90B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B5BA; }
p { color: rgb(144,181,186); }
H1.HeaderClassName
{
color: #90B5BA;
}
.AnyTagClassName
{
color: #90B5BA;
}
</style>
background-color css
<style>
a { background-color: #90B5BA; }
a { background-color: rgb(144,181,186); }
div.DivClassName
{
background-color: #90B5BA;
}
.BgClassName
{
background-color: #90B5BA;
}
</style>
border-color css
<style>
span { border-color: #90B5BA; }
span { border-color: rgb(144,181,186); }
td.TdClassName
{
border-color: #90B5BA;
}
.TagClassName
{
border-color: #90B5BA;
}
</style>