Shades of Botticelli #90B2BB
Tints of Botticelli #90B2BB
RGB
CMYK
RGB Variations
Color information
#90B2BB (or 0x90B2BB) is known color: Botticelli. HEX triplet: 90, B2 and BB. RGB value is (144,178,187). Sum of RGB (Red+Green+Blue) = 144+178+187=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #90B2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B2BB is #6F4D44. Grayscale: #A8A8A8. Windows color (decimal): -7294277 or 12300944. OLE color: 12300944.
HSL color Cylindrical-coordinate representation of color #90B2BB: hue angle of 192.56º 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 #90B2BB is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 178 | 187 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.27 |
| HSL | 192.56º | 0.24% | 0.65% | - |
| HSV(B) | 192.56º | 0.23% | 0.73% | - |
| XYZ | 36.39 | 41.36 | 53.08 | - |
| YUV | 168.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 178 | 187 | 0.23 | 0.05 | 0 | 0.27 | 192.56 | 0.24 | 0.65 |
| Hex | 90 | B2 | BB | 17 | 5 | 0 | 1B | C1 | 18 | 41 |
| Octal | 220 | 262 | 273 | 27 | 5 | 0 | 33 | 301 | 30 | 101 |
| Binary | 10010000 | 10110010 | 10111011 | 10111 | 101 | 0 | 11011 | 11000001 | 11000 | 1000001 |
Color Harmonies of #90B2BB
Complementary color
Monochromatic Colors of #90B2BB
Black with #90B2BB
Text Example
Text Example
White with #90B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B2BB; }
p { color: rgb(144,178,187); }
H1.HeaderClassName
{
color: #90B2BB;
}
.AnyTagClassName
{
color: #90B2BB;
}
</style>
background-color css
<style>
a { background-color: #90B2BB; }
a { background-color: rgb(144,178,187); }
div.DivClassName
{
background-color: #90B2BB;
}
.BgClassName
{
background-color: #90B2BB;
}
</style>
border-color css
<style>
span { border-color: #90B2BB; }
span { border-color: rgb(144,178,187); }
td.TdClassName
{
border-color: #90B2BB;
}
.TagClassName
{
border-color: #90B2BB;
}
</style>