Shades of Botticelli #90B3B7
Tints of Botticelli #90B3B7
RGB
CMYK
RGB Variations
Color information
#90B3B7 (or 0x90B3B7) is known color: Botticelli. HEX triplet: 90, B3 and B7. RGB value is (144,179,183). Sum of RGB (Red+Green+Blue) = 144+179+183=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 183 - color contains mainly: blue. Hex color #90B3B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B3B7 is #6F4C48. Grayscale: #A8A8A8. Windows color (decimal): -7294025 or 12039056. OLE color: 12039056.
HSL color Cylindrical-coordinate representation of color #90B3B7: hue angle of 186.15º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90B3B7 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 179 | 183 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.28 |
| HSL | 186.15º | 0.21% | 0.64% | - |
| HSV(B) | 186.15º | 0.21% | 0.72% | - |
| XYZ | 36.17 | 41.59 | 50.92 | - |
| YUV | 168.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 183 | 0.21 | 0.02 | 0 | 0.28 | 186.15 | 0.21 | 0.64 |
| Hex | 90 | B3 | B7 | 15 | 2 | 0 | 1C | BA | 15 | 40 |
| Octal | 220 | 263 | 267 | 25 | 2 | 0 | 34 | 272 | 25 | 100 |
| Binary | 10010000 | 10110011 | 10110111 | 10101 | 10 | 0 | 11100 | 10111010 | 10101 | 1000000 |
Color Harmonies of #90B3B7
Complementary color
Monochromatic Colors of #90B3B7
Black with #90B3B7
Text Example
Text Example
White with #90B3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B3B7; }
p { color: rgb(144,179,183); }
H1.HeaderClassName
{
color: #90B3B7;
}
.AnyTagClassName
{
color: #90B3B7;
}
</style>
background-color css
<style>
a { background-color: #90B3B7; }
a { background-color: rgb(144,179,183); }
div.DivClassName
{
background-color: #90B3B7;
}
.BgClassName
{
background-color: #90B3B7;
}
</style>
border-color css
<style>
span { border-color: #90B3B7; }
span { border-color: rgb(144,179,183); }
td.TdClassName
{
border-color: #90B3B7;
}
.TagClassName
{
border-color: #90B3B7;
}
</style>