Shades of Botticelli #90B9BF
Tints of Botticelli #90B9BF
RGB
CMYK
RGB Variations
Color information
#90B9BF (or 0x90B9BF) is known color: Botticelli. HEX triplet: 90, B9 and BF. RGB value is (144,185,191). Sum of RGB (Red+Green+Blue) = 144+185+191=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #90B9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B9BF is #6F4640. Grayscale: #ADADAD. Windows color (decimal): -7292481 or 12564880. OLE color: 12564880.
HSL color Cylindrical-coordinate representation of color #90B9BF: hue angle of 187.66º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90B9BF is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 185 | 191 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.25 |
| HSL | 187.66º | 0.27% | 0.66% | - |
| HSV(B) | 187.66º | 0.25% | 0.75% | - |
| XYZ | 38.25 | 44.39 | 55.84 | - |
| YUV | 173.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 185 | 191 | 0.25 | 0.03 | 0 | 0.25 | 187.66 | 0.27 | 0.66 |
| Hex | 90 | B9 | BF | 19 | 3 | 0 | 19 | BC | 1B | 42 |
| Octal | 220 | 271 | 277 | 31 | 3 | 0 | 31 | 274 | 33 | 102 |
| Binary | 10010000 | 10111001 | 10111111 | 11001 | 11 | 0 | 11001 | 10111100 | 11011 | 1000010 |
Color Harmonies of #90B9BF
Complementary color
Monochromatic Colors of #90B9BF
Black with #90B9BF
Text Example
Text Example
White with #90B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B9BF; }
p { color: rgb(144,185,191); }
H1.HeaderClassName
{
color: #90B9BF;
}
.AnyTagClassName
{
color: #90B9BF;
}
</style>
background-color css
<style>
a { background-color: #90B9BF; }
a { background-color: rgb(144,185,191); }
div.DivClassName
{
background-color: #90B9BF;
}
.BgClassName
{
background-color: #90B9BF;
}
</style>
border-color css
<style>
span { border-color: #90B9BF; }
span { border-color: rgb(144,185,191); }
td.TdClassName
{
border-color: #90B9BF;
}
.TagClassName
{
border-color: #90B9BF;
}
</style>