Shades of Botticelli #90B7B9
Tints of Botticelli #90B7B9
RGB
CMYK
RGB Variations
Color information
#90B7B9 (or 0x90B7B9) is known color: Botticelli. HEX triplet: 90, B7 and B9. RGB value is (144,183,185). Sum of RGB (Red+Green+Blue) = 144+183+185=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 185 - color contains mainly: blue. Hex color #90B7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B7B9 is #6F4846. Grayscale: #ABABAB. Windows color (decimal): -7292999 or 12171152. OLE color: 12171152.
HSL color Cylindrical-coordinate representation of color #90B7B9: hue angle of 182.93º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90B7B9 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 183 | 185 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.27 |
| HSL | 182.93º | 0.23% | 0.65% | - |
| HSV(B) | 182.93º | 0.22% | 0.73% | - |
| XYZ | 37.19 | 43.3 | 52.3 | - |
| YUV | 171.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 185 | 0.22 | 0.01 | 0 | 0.27 | 182.93 | 0.23 | 0.65 |
| Hex | 90 | B7 | B9 | 16 | 1 | 0 | 1B | B7 | 17 | 41 |
| Octal | 220 | 267 | 271 | 26 | 1 | 0 | 33 | 267 | 27 | 101 |
| Binary | 10010000 | 10110111 | 10111001 | 10110 | 1 | 0 | 11011 | 10110111 | 10111 | 1000001 |
Color Harmonies of #90B7B9
Complementary color
Monochromatic Colors of #90B7B9
Black with #90B7B9
Text Example
Text Example
White with #90B7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B7B9; }
p { color: rgb(144,183,185); }
H1.HeaderClassName
{
color: #90B7B9;
}
.AnyTagClassName
{
color: #90B7B9;
}
</style>
background-color css
<style>
a { background-color: #90B7B9; }
a { background-color: rgb(144,183,185); }
div.DivClassName
{
background-color: #90B7B9;
}
.BgClassName
{
background-color: #90B7B9;
}
</style>
border-color css
<style>
span { border-color: #90B7B9; }
span { border-color: rgb(144,183,185); }
td.TdClassName
{
border-color: #90B7B9;
}
.TagClassName
{
border-color: #90B7B9;
}
</style>