Shades of Botticelli #90B7C0
Tints of Botticelli #90B7C0
RGB
CMYK
RGB Variations
Color information
#90B7C0 (or 0x90B7C0) is known color: Botticelli. HEX triplet: 90, B7 and C0. RGB value is (144,183,192). Sum of RGB (Red+Green+Blue) = 144+183+192=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #90B7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B7C0 is #6F483F. Grayscale: #ACACAC. Windows color (decimal): -7292992 or 12629904. OLE color: 12629904.
HSL color Cylindrical-coordinate representation of color #90B7C0: hue angle of 191.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90B7C0 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 183 | 192 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.25 |
| HSL | 191.25º | 0.28% | 0.66% | - |
| HSV(B) | 191.25º | 0.25% | 0.75% | - |
| XYZ | 37.95 | 43.6 | 56.29 | - |
| YUV | 172.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 192 | 0.25 | 0.05 | 0 | 0.25 | 191.25 | 0.28 | 0.66 |
| Hex | 90 | B7 | C0 | 19 | 5 | 0 | 19 | BF | 1C | 42 |
| Octal | 220 | 267 | 300 | 31 | 5 | 0 | 31 | 277 | 34 | 102 |
| Binary | 10010000 | 10110111 | 11000000 | 11001 | 101 | 0 | 11001 | 10111111 | 11100 | 1000010 |
Color Harmonies of #90B7C0
Complementary color
Monochromatic Colors of #90B7C0
Black with #90B7C0
Text Example
Text Example
White with #90B7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B7C0; }
p { color: rgb(144,183,192); }
H1.HeaderClassName
{
color: #90B7C0;
}
.AnyTagClassName
{
color: #90B7C0;
}
</style>
background-color css
<style>
a { background-color: #90B7C0; }
a { background-color: rgb(144,183,192); }
div.DivClassName
{
background-color: #90B7C0;
}
.BgClassName
{
background-color: #90B7C0;
}
</style>
border-color css
<style>
span { border-color: #90B7C0; }
span { border-color: rgb(144,183,192); }
td.TdClassName
{
border-color: #90B7C0;
}
.TagClassName
{
border-color: #90B7C0;
}
</style>