Shades of Botticelli #90B3BC
Tints of Botticelli #90B3BC
RGB
CMYK
RGB Variations
Color information
#90B3BC (or 0x90B3BC) is known color: Botticelli. HEX triplet: 90, B3 and BC. RGB value is (144,179,188). Sum of RGB (Red+Green+Blue) = 144+179+188=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #90B3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B3BC is #6F4C43. Grayscale: #A9A9A9. Windows color (decimal): -7294020 or 12366736. OLE color: 12366736.
HSL color Cylindrical-coordinate representation of color #90B3BC: hue angle of 192.27º 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 #90B3BC is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 179 | 188 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.26 |
| HSL | 192.27º | 0.25% | 0.65% | - |
| HSV(B) | 192.27º | 0.23% | 0.74% | - |
| XYZ | 36.7 | 41.8 | 53.71 | - |
| YUV | 169.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 188 | 0.23 | 0.05 | 0 | 0.26 | 192.27 | 0.25 | 0.65 |
| Hex | 90 | B3 | BC | 17 | 5 | 0 | 1A | C0 | 19 | 41 |
| Octal | 220 | 263 | 274 | 27 | 5 | 0 | 32 | 300 | 31 | 101 |
| Binary | 10010000 | 10110011 | 10111100 | 10111 | 101 | 0 | 11010 | 11000000 | 11001 | 1000001 |
Color Harmonies of #90B3BC
Complementary color
Monochromatic Colors of #90B3BC
Black with #90B3BC
Text Example
Text Example
White with #90B3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B3BC; }
p { color: rgb(144,179,188); }
H1.HeaderClassName
{
color: #90B3BC;
}
.AnyTagClassName
{
color: #90B3BC;
}
</style>
background-color css
<style>
a { background-color: #90B3BC; }
a { background-color: rgb(144,179,188); }
div.DivClassName
{
background-color: #90B3BC;
}
.BgClassName
{
background-color: #90B3BC;
}
</style>
border-color css
<style>
span { border-color: #90B3BC; }
span { border-color: rgb(144,179,188); }
td.TdClassName
{
border-color: #90B3BC;
}
.TagClassName
{
border-color: #90B3BC;
}
</style>