Shades of Botticelli #90BABF
Tints of Botticelli #90BABF
RGB
CMYK
RGB Variations
Color information
#90BABF (or 0x90BABF) is known color: Botticelli. HEX triplet: 90, BA and BF. RGB value is (144,186,191). Sum of RGB (Red+Green+Blue) = 144+186+191=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #90BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BABF is #6F4540. Grayscale: #ADADAD. Windows color (decimal): -7292225 or 12565136. OLE color: 12565136.
HSL color Cylindrical-coordinate representation of color #90BABF: hue angle of 186.38º 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 #90BABF is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 186 | 191 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.25 |
| HSL | 186.38º | 0.27% | 0.66% | - |
| HSV(B) | 186.38º | 0.25% | 0.75% | - |
| XYZ | 38.46 | 44.81 | 55.91 | - |
| YUV | 174.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 191 | 0.25 | 0.03 | 0 | 0.25 | 186.38 | 0.27 | 0.66 |
| Hex | 90 | BA | BF | 19 | 3 | 0 | 19 | BA | 1B | 42 |
| Octal | 220 | 272 | 277 | 31 | 3 | 0 | 31 | 272 | 33 | 102 |
| Binary | 10010000 | 10111010 | 10111111 | 11001 | 11 | 0 | 11001 | 10111010 | 11011 | 1000010 |
Color Harmonies of #90BABF
Complementary color
Monochromatic Colors of #90BABF
Black with #90BABF
Text Example
Text Example
White with #90BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BABF; }
p { color: rgb(144,186,191); }
H1.HeaderClassName
{
color: #90BABF;
}
.AnyTagClassName
{
color: #90BABF;
}
</style>
background-color css
<style>
a { background-color: #90BABF; }
a { background-color: rgb(144,186,191); }
div.DivClassName
{
background-color: #90BABF;
}
.BgClassName
{
background-color: #90BABF;
}
</style>
border-color css
<style>
span { border-color: #90BABF; }
span { border-color: rgb(144,186,191); }
td.TdClassName
{
border-color: #90BABF;
}
.TagClassName
{
border-color: #90BABF;
}
</style>