Shades of Botticelli #91BBC1
Tints of Botticelli #91BBC1
RGB
CMYK
RGB Variations
Color information
#91BBC1 (or 0x91BBC1) is known color: Botticelli. HEX triplet: 91, BB and C1. RGB value is (145,187,193). Sum of RGB (Red+Green+Blue) = 145+187+193=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #91BBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BBC1 is #6E443E. Grayscale: #AFAFAF. Windows color (decimal): -7226431 or 12696465. OLE color: 12696465.
HSL color Cylindrical-coordinate representation of color #91BBC1: hue angle of 187.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91BBC1 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 187 | 193 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.24 |
| HSL | 187.5º | 0.28% | 0.66% | - |
| HSV(B) | 187.5º | 0.25% | 0.76% | - |
| XYZ | 39.07 | 45.41 | 57.16 | - |
| YUV | 175.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 187 | 193 | 0.25 | 0.03 | 0 | 0.24 | 187.5 | 0.28 | 0.66 |
| Hex | 91 | BB | C1 | 19 | 3 | 0 | 18 | BC | 1C | 42 |
| Octal | 221 | 273 | 301 | 31 | 3 | 0 | 30 | 274 | 34 | 102 |
| Binary | 10010001 | 10111011 | 11000001 | 11001 | 11 | 0 | 11000 | 10111100 | 11100 | 1000010 |
Color Harmonies of #91BBC1
Complementary color
Monochromatic Colors of #91BBC1
Black with #91BBC1
Text Example
Text Example
White with #91BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BBC1; }
p { color: rgb(145,187,193); }
H1.HeaderClassName
{
color: #91BBC1;
}
.AnyTagClassName
{
color: #91BBC1;
}
</style>
background-color css
<style>
a { background-color: #91BBC1; }
a { background-color: rgb(145,187,193); }
div.DivClassName
{
background-color: #91BBC1;
}
.BgClassName
{
background-color: #91BBC1;
}
</style>
border-color css
<style>
span { border-color: #91BBC1; }
span { border-color: rgb(145,187,193); }
td.TdClassName
{
border-color: #91BBC1;
}
.TagClassName
{
border-color: #91BBC1;
}
</style>