Shades of Botticelli #91BBBE
Tints of Botticelli #91BBBE
RGB
CMYK
RGB Variations
Color information
#91BBBE (or 0x91BBBE) is known color: Botticelli. HEX triplet: 91, BB and BE. RGB value is (145,187,190). Sum of RGB (Red+Green+Blue) = 145+187+190=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #91BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BBBE is #6E4441. Grayscale: #AEAEAE. Windows color (decimal): -7226434 or 12499857. OLE color: 12499857.
HSL color Cylindrical-coordinate representation of color #91BBBE: hue angle of 184º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91BBBE is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 187 | 190 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.25 |
| HSL | 184º | 0.26% | 0.66% | - |
| HSV(B) | 184º | 0.24% | 0.75% | - |
| XYZ | 38.74 | 45.28 | 55.41 | - |
| YUV | 174.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 187 | 190 | 0.24 | 0.02 | 0 | 0.25 | 184 | 0.26 | 0.66 |
| Hex | 91 | BB | BE | 18 | 2 | 0 | 19 | B8 | 1A | 42 |
| Octal | 221 | 273 | 276 | 30 | 2 | 0 | 31 | 270 | 32 | 102 |
| Binary | 10010001 | 10111011 | 10111110 | 11000 | 10 | 0 | 11001 | 10111000 | 11010 | 1000010 |
Color Harmonies of #91BBBE
Complementary color
Monochromatic Colors of #91BBBE
Black with #91BBBE
Text Example
Text Example
White with #91BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BBBE; }
p { color: rgb(145,187,190); }
H1.HeaderClassName
{
color: #91BBBE;
}
.AnyTagClassName
{
color: #91BBBE;
}
</style>
background-color css
<style>
a { background-color: #91BBBE; }
a { background-color: rgb(145,187,190); }
div.DivClassName
{
background-color: #91BBBE;
}
.BgClassName
{
background-color: #91BBBE;
}
</style>
border-color css
<style>
span { border-color: #91BBBE; }
span { border-color: rgb(145,187,190); }
td.TdClassName
{
border-color: #91BBBE;
}
.TagClassName
{
border-color: #91BBBE;
}
</style>