Shades of Botticelli #90B5BC
Tints of Botticelli #90B5BC
RGB
CMYK
RGB Variations
Color information
#90B5BC (or 0x90B5BC) is known color: Botticelli. HEX triplet: 90, B5 and BC. RGB value is (144,181,188). Sum of RGB (Red+Green+Blue) = 144+181+188=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #90B5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B5BC is #6F4A43. Grayscale: #AAAAAA. Windows color (decimal): -7293508 or 12367248. OLE color: 12367248.
HSL color Cylindrical-coordinate representation of color #90B5BC: hue angle of 189.55º 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 #90B5BC is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 181 | 188 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.26 |
| HSL | 189.55º | 0.25% | 0.65% | - |
| HSV(B) | 189.55º | 0.23% | 0.74% | - |
| XYZ | 37.1 | 42.61 | 53.85 | - |
| YUV | 170.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 188 | 0.23 | 0.04 | 0 | 0.26 | 189.55 | 0.25 | 0.65 |
| Hex | 90 | B5 | BC | 17 | 4 | 0 | 1A | BE | 19 | 41 |
| Octal | 220 | 265 | 274 | 27 | 4 | 0 | 32 | 276 | 31 | 101 |
| Binary | 10010000 | 10110101 | 10111100 | 10111 | 100 | 0 | 11010 | 10111110 | 11001 | 1000001 |
Color Harmonies of #90B5BC
Complementary color
Monochromatic Colors of #90B5BC
Black with #90B5BC
Text Example
Text Example
White with #90B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B5BC; }
p { color: rgb(144,181,188); }
H1.HeaderClassName
{
color: #90B5BC;
}
.AnyTagClassName
{
color: #90B5BC;
}
</style>
background-color css
<style>
a { background-color: #90B5BC; }
a { background-color: rgb(144,181,188); }
div.DivClassName
{
background-color: #90B5BC;
}
.BgClassName
{
background-color: #90B5BC;
}
</style>
border-color css
<style>
span { border-color: #90B5BC; }
span { border-color: rgb(144,181,188); }
td.TdClassName
{
border-color: #90B5BC;
}
.TagClassName
{
border-color: #90B5BC;
}
</style>