Shades of Botticelli #91BDC5
Tints of Botticelli #91BDC5
RGB
CMYK
RGB Variations
Color information
#91BDC5 (or 0x91BDC5) is known color: Botticelli. HEX triplet: 91, BD and C5. RGB value is (145,189,197). Sum of RGB (Red+Green+Blue) = 145+189+197=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 197 - color contains mainly: blue. Hex color #91BDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDC5 is #6E423A. Grayscale: #B0B0B0. Windows color (decimal): -7225915 or 12959121. OLE color: 12959121.
HSL color Cylindrical-coordinate representation of color #91BDC5: hue angle of 189.23º 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 #91BDC5 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 189 | 197 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.23 |
| HSL | 189.23º | 0.31% | 0.67% | - |
| HSV(B) | 189.23º | 0.26% | 0.77% | - |
| XYZ | 39.95 | 46.45 | 59.68 | - |
| YUV | 176.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 197 | 0.26 | 0.04 | 0 | 0.23 | 189.23 | 0.31 | 0.67 |
| Hex | 91 | BD | C5 | 1A | 4 | 0 | 17 | BD | 1F | 43 |
| Octal | 221 | 275 | 305 | 32 | 4 | 0 | 27 | 275 | 37 | 103 |
| Binary | 10010001 | 10111101 | 11000101 | 11010 | 100 | 0 | 10111 | 10111101 | 11111 | 1000011 |
Color Harmonies of #91BDC5
Complementary color
Monochromatic Colors of #91BDC5
Black with #91BDC5
Text Example
Text Example
White with #91BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BDC5; }
p { color: rgb(145,189,197); }
H1.HeaderClassName
{
color: #91BDC5;
}
.AnyTagClassName
{
color: #91BDC5;
}
</style>
background-color css
<style>
a { background-color: #91BDC5; }
a { background-color: rgb(145,189,197); }
div.DivClassName
{
background-color: #91BDC5;
}
.BgClassName
{
background-color: #91BDC5;
}
</style>
border-color css
<style>
span { border-color: #91BDC5; }
span { border-color: rgb(145,189,197); }
td.TdClassName
{
border-color: #91BDC5;
}
.TagClassName
{
border-color: #91BDC5;
}
</style>