Shades of Botticelli #90B5BE
Tints of Botticelli #90B5BE
RGB
CMYK
RGB Variations
Color information
#90B5BE (or 0x90B5BE) is known color: Botticelli. HEX triplet: 90, B5 and BE. RGB value is (144,181,190). Sum of RGB (Red+Green+Blue) = 144+181+190=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #90B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B5BE is #6F4A41. Grayscale: #AAAAAA. Windows color (decimal): -7293506 or 12498320. OLE color: 12498320.
HSL color Cylindrical-coordinate representation of color #90B5BE: hue angle of 191.74º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90B5BE is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 181 | 190 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.25 |
| HSL | 191.74º | 0.26% | 0.65% | - |
| HSV(B) | 191.74º | 0.24% | 0.75% | - |
| XYZ | 37.32 | 42.69 | 54.99 | - |
| YUV | 170.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 190 | 0.24 | 0.05 | 0 | 0.25 | 191.74 | 0.26 | 0.65 |
| Hex | 90 | B5 | BE | 18 | 5 | 0 | 19 | C0 | 1A | 41 |
| Octal | 220 | 265 | 276 | 30 | 5 | 0 | 31 | 300 | 32 | 101 |
| Binary | 10010000 | 10110101 | 10111110 | 11000 | 101 | 0 | 11001 | 11000000 | 11010 | 1000001 |
Color Harmonies of #90B5BE
Complementary color
Monochromatic Colors of #90B5BE
Black with #90B5BE
Text Example
Text Example
White with #90B5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B5BE; }
p { color: rgb(144,181,190); }
H1.HeaderClassName
{
color: #90B5BE;
}
.AnyTagClassName
{
color: #90B5BE;
}
</style>
background-color css
<style>
a { background-color: #90B5BE; }
a { background-color: rgb(144,181,190); }
div.DivClassName
{
background-color: #90B5BE;
}
.BgClassName
{
background-color: #90B5BE;
}
</style>
border-color css
<style>
span { border-color: #90B5BE; }
span { border-color: rgb(144,181,190); }
td.TdClassName
{
border-color: #90B5BE;
}
.TagClassName
{
border-color: #90B5BE;
}
</style>