Shades of Botticelli #91B3BB
Tints of Botticelli #91B3BB
RGB
CMYK
RGB Variations
Color information
#91B3BB (or 0x91B3BB) is known color: Botticelli. HEX triplet: 91, B3 and BB. RGB value is (145,179,187). Sum of RGB (Red+Green+Blue) = 145+179+187=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #91B3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B3BB is #6E4C44. Grayscale: #A9A9A9. Windows color (decimal): -7228485 or 12301201. OLE color: 12301201.
HSL color Cylindrical-coordinate representation of color #91B3BB: hue angle of 191.43º degrees, saturation: 0.24, 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 #91B3BB is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 179 | 187 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.27 |
| HSL | 191.43º | 0.24% | 0.65% | - |
| HSV(B) | 191.43º | 0.22% | 0.73% | - |
| XYZ | 36.77 | 41.85 | 53.15 | - |
| YUV | 169.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 179 | 187 | 0.22 | 0.04 | 0 | 0.27 | 191.43 | 0.24 | 0.65 |
| Hex | 91 | B3 | BB | 16 | 4 | 0 | 1B | BF | 18 | 41 |
| Octal | 221 | 263 | 273 | 26 | 4 | 0 | 33 | 277 | 30 | 101 |
| Binary | 10010001 | 10110011 | 10111011 | 10110 | 100 | 0 | 11011 | 10111111 | 11000 | 1000001 |
Color Harmonies of #91B3BB
Complementary color
Monochromatic Colors of #91B3BB
Black with #91B3BB
Text Example
Text Example
White with #91B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B3BB; }
p { color: rgb(145,179,187); }
H1.HeaderClassName
{
color: #91B3BB;
}
.AnyTagClassName
{
color: #91B3BB;
}
</style>
background-color css
<style>
a { background-color: #91B3BB; }
a { background-color: rgb(145,179,187); }
div.DivClassName
{
background-color: #91B3BB;
}
.BgClassName
{
background-color: #91B3BB;
}
</style>
border-color css
<style>
span { border-color: #91B3BB; }
span { border-color: rgb(145,179,187); }
td.TdClassName
{
border-color: #91B3BB;
}
.TagClassName
{
border-color: #91B3BB;
}
</style>