Shades of Botticelli #90B8BB
Tints of Botticelli #90B8BB
RGB
CMYK
RGB Variations
Color information
#90B8BB (or 0x90B8BB) is known color: Botticelli. HEX triplet: 90, B8 and BB. RGB value is (144,184,187). Sum of RGB (Red+Green+Blue) = 144+184+187=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #90B8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B8BB is #6F4744. Grayscale: #ACACAC. Windows color (decimal): -7292741 or 12302480. OLE color: 12302480.
HSL color Cylindrical-coordinate representation of color #90B8BB: hue angle of 184.19º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90B8BB is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 184 | 187 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.27 |
| HSL | 184.19º | 0.24% | 0.65% | - |
| HSV(B) | 184.19º | 0.23% | 0.73% | - |
| XYZ | 37.61 | 43.8 | 53.49 | - |
| YUV | 172.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 184 | 187 | 0.23 | 0.02 | 0 | 0.27 | 184.19 | 0.24 | 0.65 |
| Hex | 90 | B8 | BB | 17 | 2 | 0 | 1B | B8 | 18 | 41 |
| Octal | 220 | 270 | 273 | 27 | 2 | 0 | 33 | 270 | 30 | 101 |
| Binary | 10010000 | 10111000 | 10111011 | 10111 | 10 | 0 | 11011 | 10111000 | 11000 | 1000001 |
Color Harmonies of #90B8BB
Complementary color
Monochromatic Colors of #90B8BB
Black with #90B8BB
Text Example
Text Example
White with #90B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B8BB; }
p { color: rgb(144,184,187); }
H1.HeaderClassName
{
color: #90B8BB;
}
.AnyTagClassName
{
color: #90B8BB;
}
</style>
background-color css
<style>
a { background-color: #90B8BB; }
a { background-color: rgb(144,184,187); }
div.DivClassName
{
background-color: #90B8BB;
}
.BgClassName
{
background-color: #90B8BB;
}
</style>
border-color css
<style>
span { border-color: #90B8BB; }
span { border-color: rgb(144,184,187); }
td.TdClassName
{
border-color: #90B8BB;
}
.TagClassName
{
border-color: #90B8BB;
}
</style>