Shades of Botticelli #91BBBC
Tints of Botticelli #91BBBC
RGB
CMYK
RGB Variations
Color information
#91BBBC (or 0x91BBBC) is known color: Botticelli. HEX triplet: 91, BB and BC. RGB value is (145,187,188). Sum of RGB (Red+Green+Blue) = 145+187+188=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #91BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BBBC is #6E4443. Grayscale: #AEAEAE. Windows color (decimal): -7226436 or 12368785. OLE color: 12368785.
HSL color Cylindrical-coordinate representation of color #91BBBC: hue angle of 181.4º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91BBBC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 187 | 188 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.26 |
| HSL | 181.4º | 0.24% | 0.65% | - |
| HSV(B) | 181.4º | 0.23% | 0.74% | - |
| XYZ | 38.52 | 45.19 | 54.27 | - |
| YUV | 174.56 | 135.59 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 187 | 188 | 0.23 | 0.01 | 0 | 0.26 | 181.4 | 0.24 | 0.65 |
| Hex | 91 | BB | BC | 17 | 1 | 0 | 1A | B5 | 18 | 41 |
| Octal | 221 | 273 | 274 | 27 | 1 | 0 | 32 | 265 | 30 | 101 |
| Binary | 10010001 | 10111011 | 10111100 | 10111 | 1 | 0 | 11010 | 10110101 | 11000 | 1000001 |
Color Harmonies of #91BBBC
Complementary color
Monochromatic Colors of #91BBBC
Black with #91BBBC
Text Example
Text Example
White with #91BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BBBC; }
p { color: rgb(145,187,188); }
H1.HeaderClassName
{
color: #91BBBC;
}
.AnyTagClassName
{
color: #91BBBC;
}
</style>
background-color css
<style>
a { background-color: #91BBBC; }
a { background-color: rgb(145,187,188); }
div.DivClassName
{
background-color: #91BBBC;
}
.BgClassName
{
background-color: #91BBBC;
}
</style>
border-color css
<style>
span { border-color: #91BBBC; }
span { border-color: rgb(145,187,188); }
td.TdClassName
{
border-color: #91BBBC;
}
.TagClassName
{
border-color: #91BBBC;
}
</style>