Shades of Botticelli #91B4BA
Tints of Botticelli #91B4BA
RGB
CMYK
RGB Variations
Color information
#91B4BA (or 0x91B4BA) is known color: Botticelli. HEX triplet: 91, B4 and BA. RGB value is (145,180,186). Sum of RGB (Red+Green+Blue) = 145+180+186=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #91B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B4BA is #6E4B45. Grayscale: #AAAAAA. Windows color (decimal): -7228230 or 12235921. OLE color: 12235921.
HSL color Cylindrical-coordinate representation of color #91B4BA: hue angle of 188.78º 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 #91B4BA is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 180 | 186 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.27 |
| HSL | 188.78º | 0.23% | 0.65% | - |
| HSV(B) | 188.78º | 0.22% | 0.73% | - |
| XYZ | 36.86 | 42.21 | 52.66 | - |
| YUV | 170.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 180 | 186 | 0.22 | 0.03 | 0 | 0.27 | 188.78 | 0.23 | 0.65 |
| Hex | 91 | B4 | BA | 16 | 3 | 0 | 1B | BD | 17 | 41 |
| Octal | 221 | 264 | 272 | 26 | 3 | 0 | 33 | 275 | 27 | 101 |
| Binary | 10010001 | 10110100 | 10111010 | 10110 | 11 | 0 | 11011 | 10111101 | 10111 | 1000001 |
Color Harmonies of #91B4BA
Complementary color
Monochromatic Colors of #91B4BA
Black with #91B4BA
Text Example
Text Example
White with #91B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B4BA; }
p { color: rgb(145,180,186); }
H1.HeaderClassName
{
color: #91B4BA;
}
.AnyTagClassName
{
color: #91B4BA;
}
</style>
background-color css
<style>
a { background-color: #91B4BA; }
a { background-color: rgb(145,180,186); }
div.DivClassName
{
background-color: #91B4BA;
}
.BgClassName
{
background-color: #91B4BA;
}
</style>
border-color css
<style>
span { border-color: #91B4BA; }
span { border-color: rgb(145,180,186); }
td.TdClassName
{
border-color: #91B4BA;
}
.TagClassName
{
border-color: #91B4BA;
}
</style>