Shades of Botticelli #91BBC3
Tints of Botticelli #91BBC3
RGB
CMYK
RGB Variations
Color information
#91BBC3 (or 0x91BBC3) is known color: Botticelli. HEX triplet: 91, BB and C3. RGB value is (145,187,195). Sum of RGB (Red+Green+Blue) = 145+187+195=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 195 - color contains mainly: blue. Hex color #91BBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BBC3 is #6E443C. Grayscale: #AFAFAF. Windows color (decimal): -7226429 or 12827537. OLE color: 12827537.
HSL color Cylindrical-coordinate representation of color #91BBC3: hue angle of 189.6º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91BBC3 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 187 | 195 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.24 |
| HSL | 189.6º | 0.29% | 0.67% | - |
| HSV(B) | 189.6º | 0.26% | 0.76% | - |
| XYZ | 39.3 | 45.5 | 58.34 | - |
| YUV | 175.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 187 | 195 | 0.26 | 0.04 | 0 | 0.24 | 189.6 | 0.29 | 0.67 |
| Hex | 91 | BB | C3 | 1A | 4 | 0 | 18 | BE | 1D | 43 |
| Octal | 221 | 273 | 303 | 32 | 4 | 0 | 30 | 276 | 35 | 103 |
| Binary | 10010001 | 10111011 | 11000011 | 11010 | 100 | 0 | 11000 | 10111110 | 11101 | 1000011 |
Color Harmonies of #91BBC3
Complementary color
Monochromatic Colors of #91BBC3
Black with #91BBC3
Text Example
Text Example
White with #91BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BBC3; }
p { color: rgb(145,187,195); }
H1.HeaderClassName
{
color: #91BBC3;
}
.AnyTagClassName
{
color: #91BBC3;
}
</style>
background-color css
<style>
a { background-color: #91BBC3; }
a { background-color: rgb(145,187,195); }
div.DivClassName
{
background-color: #91BBC3;
}
.BgClassName
{
background-color: #91BBC3;
}
</style>
border-color css
<style>
span { border-color: #91BBC3; }
span { border-color: rgb(145,187,195); }
td.TdClassName
{
border-color: #91BBC3;
}
.TagClassName
{
border-color: #91BBC3;
}
</style>