Shades of Botticelli #91B3BA
Tints of Botticelli #91B3BA
RGB
CMYK
RGB Variations
Color information
#91B3BA (or 0x91B3BA) is known color: Botticelli. HEX triplet: 91, B3 and BA. RGB value is (145,179,186). Sum of RGB (Red+Green+Blue) = 145+179+186=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #91B3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B3BA is #6E4C45. Grayscale: #A9A9A9. Windows color (decimal): -7228486 or 12235665. OLE color: 12235665.
HSL color Cylindrical-coordinate representation of color #91B3BA: hue angle of 190.24º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91B3BA is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 179 | 186 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.27 |
| HSL | 190.24º | 0.23% | 0.65% | - |
| HSV(B) | 190.24º | 0.22% | 0.73% | - |
| XYZ | 36.66 | 41.81 | 52.59 | - |
| YUV | 169.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 179 | 186 | 0.22 | 0.04 | 0 | 0.27 | 190.24 | 0.23 | 0.65 |
| Hex | 91 | B3 | BA | 16 | 4 | 0 | 1B | BE | 17 | 41 |
| Octal | 221 | 263 | 272 | 26 | 4 | 0 | 33 | 276 | 27 | 101 |
| Binary | 10010001 | 10110011 | 10111010 | 10110 | 100 | 0 | 11011 | 10111110 | 10111 | 1000001 |
Color Harmonies of #91B3BA
Complementary color
Monochromatic Colors of #91B3BA
Black with #91B3BA
Text Example
Text Example
White with #91B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B3BA; }
p { color: rgb(145,179,186); }
H1.HeaderClassName
{
color: #91B3BA;
}
.AnyTagClassName
{
color: #91B3BA;
}
</style>
background-color css
<style>
a { background-color: #91B3BA; }
a { background-color: rgb(145,179,186); }
div.DivClassName
{
background-color: #91B3BA;
}
.BgClassName
{
background-color: #91B3BA;
}
</style>
border-color css
<style>
span { border-color: #91B3BA; }
span { border-color: rgb(145,179,186); }
td.TdClassName
{
border-color: #91B3BA;
}
.TagClassName
{
border-color: #91B3BA;
}
</style>