Shades of Botticelli #90B2B9
Tints of Botticelli #90B2B9
RGB
CMYK
RGB Variations
Color information
#90B2B9 (or 0x90B2B9) is known color: Botticelli. HEX triplet: 90, B2 and B9. RGB value is (144,178,185). Sum of RGB (Red+Green+Blue) = 144+178+185=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 185 - color contains mainly: blue. Hex color #90B2B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B2B9 is #6F4D46. Grayscale: #A8A8A8. Windows color (decimal): -7294279 or 12169872. OLE color: 12169872.
HSL color Cylindrical-coordinate representation of color #90B2B9: hue angle of 190.24º 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 #90B2B9 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 178 | 185 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.27 |
| HSL | 190.24º | 0.23% | 0.65% | - |
| HSV(B) | 190.24º | 0.22% | 0.73% | - |
| XYZ | 36.18 | 41.27 | 51.96 | - |
| YUV | 168.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 178 | 185 | 0.22 | 0.04 | 0 | 0.27 | 190.24 | 0.23 | 0.65 |
| Hex | 90 | B2 | B9 | 16 | 4 | 0 | 1B | BE | 17 | 41 |
| Octal | 220 | 262 | 271 | 26 | 4 | 0 | 33 | 276 | 27 | 101 |
| Binary | 10010000 | 10110010 | 10111001 | 10110 | 100 | 0 | 11011 | 10111110 | 10111 | 1000001 |
Color Harmonies of #90B2B9
Complementary color
Monochromatic Colors of #90B2B9
Black with #90B2B9
Text Example
Text Example
White with #90B2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B2B9; }
p { color: rgb(144,178,185); }
H1.HeaderClassName
{
color: #90B2B9;
}
.AnyTagClassName
{
color: #90B2B9;
}
</style>
background-color css
<style>
a { background-color: #90B2B9; }
a { background-color: rgb(144,178,185); }
div.DivClassName
{
background-color: #90B2B9;
}
.BgClassName
{
background-color: #90B2B9;
}
</style>
border-color css
<style>
span { border-color: #90B2B9; }
span { border-color: rgb(144,178,185); }
td.TdClassName
{
border-color: #90B2B9;
}
.TagClassName
{
border-color: #90B2B9;
}
</style>