Shades of Botticelli #90B3BF
Tints of Botticelli #90B3BF
RGB
CMYK
RGB Variations
Color information
#90B3BF (or 0x90B3BF) is known color: Botticelli. HEX triplet: 90, B3 and BF. RGB value is (144,179,191). Sum of RGB (Red+Green+Blue) = 144+179+191=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #90B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B3BF is #6F4C40. Grayscale: #A9A9A9. Windows color (decimal): -7294017 or 12563344. OLE color: 12563344.
HSL color Cylindrical-coordinate representation of color #90B3BF: hue angle of 195.32º 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 #90B3BF is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 179 | 191 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.25 |
| HSL | 195.32º | 0.27% | 0.66% | - |
| HSV(B) | 195.32º | 0.25% | 0.75% | - |
| XYZ | 37.03 | 41.93 | 55.43 | - |
| YUV | 169.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 191 | 0.25 | 0.06 | 0 | 0.25 | 195.32 | 0.27 | 0.66 |
| Hex | 90 | B3 | BF | 19 | 6 | 0 | 19 | C3 | 1B | 42 |
| Octal | 220 | 263 | 277 | 31 | 6 | 0 | 31 | 303 | 33 | 102 |
| Binary | 10010000 | 10110011 | 10111111 | 11001 | 110 | 0 | 11001 | 11000011 | 11011 | 1000010 |
Color Harmonies of #90B3BF
Complementary color
Monochromatic Colors of #90B3BF
Black with #90B3BF
Text Example
Text Example
White with #90B3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B3BF; }
p { color: rgb(144,179,191); }
H1.HeaderClassName
{
color: #90B3BF;
}
.AnyTagClassName
{
color: #90B3BF;
}
</style>
background-color css
<style>
a { background-color: #90B3BF; }
a { background-color: rgb(144,179,191); }
div.DivClassName
{
background-color: #90B3BF;
}
.BgClassName
{
background-color: #90B3BF;
}
</style>
border-color css
<style>
span { border-color: #90B3BF; }
span { border-color: rgb(144,179,191); }
td.TdClassName
{
border-color: #90B3BF;
}
.TagClassName
{
border-color: #90B3BF;
}
</style>