Shades of Botticelli #91BBC5
Tints of Botticelli #91BBC5
RGB
CMYK
RGB Variations
Color information
#91BBC5 (or 0x91BBC5) is known color: Botticelli. HEX triplet: 91, BB and C5. RGB value is (145,187,197). Sum of RGB (Red+Green+Blue) = 145+187+197=529 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.41% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 197 - color contains mainly: blue. Hex color #91BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BBC5 is #6E443A. Grayscale: #AFAFAF. Windows color (decimal): -7226427 or 12958609. OLE color: 12958609.
HSL color Cylindrical-coordinate representation of color #91BBC5: hue angle of 191.54º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91BBC5 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 187 | 197 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.23 |
| HSL | 191.54º | 0.31% | 0.67% | - |
| HSV(B) | 191.54º | 0.26% | 0.77% | - |
| XYZ | 39.53 | 45.59 | 59.54 | - |
| YUV | 175.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 187 | 197 | 0.26 | 0.05 | 0 | 0.23 | 191.54 | 0.31 | 0.67 |
| Hex | 91 | BB | C5 | 1A | 5 | 0 | 17 | C0 | 1F | 43 |
| Octal | 221 | 273 | 305 | 32 | 5 | 0 | 27 | 300 | 37 | 103 |
| Binary | 10010001 | 10111011 | 11000101 | 11010 | 101 | 0 | 10111 | 11000000 | 11111 | 1000011 |
Color Harmonies of #91BBC5
Complementary color
Monochromatic Colors of #91BBC5
Black with #91BBC5
Text Example
Text Example
White with #91BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BBC5; }
p { color: rgb(145,187,197); }
H1.HeaderClassName
{
color: #91BBC5;
}
.AnyTagClassName
{
color: #91BBC5;
}
</style>
background-color css
<style>
a { background-color: #91BBC5; }
a { background-color: rgb(145,187,197); }
div.DivClassName
{
background-color: #91BBC5;
}
.BgClassName
{
background-color: #91BBC5;
}
</style>
border-color css
<style>
span { border-color: #91BBC5; }
span { border-color: rgb(145,187,197); }
td.TdClassName
{
border-color: #91BBC5;
}
.TagClassName
{
border-color: #91BBC5;
}
</style>