Shades of Botticelli #91BDC3
Tints of Botticelli #91BDC3
RGB
CMYK
RGB Variations
Color information
#91BDC3 (or 0x91BDC3) is known color: Botticelli. HEX triplet: 91, BD and C3. RGB value is (145,189,195). Sum of RGB (Red+Green+Blue) = 145+189+195=529 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.41% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 195 - color contains mainly: blue. Hex color #91BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDC3 is #6E423C. Grayscale: #B0B0B0. Windows color (decimal): -7225917 or 12828049. OLE color: 12828049.
HSL color Cylindrical-coordinate representation of color #91BDC3: hue angle of 187.2º 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 #91BDC3 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 189 | 195 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.24 |
| HSL | 187.2º | 0.29% | 0.67% | - |
| HSV(B) | 187.2º | 0.26% | 0.76% | - |
| XYZ | 39.72 | 46.36 | 58.48 | - |
| YUV | 176.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 195 | 0.26 | 0.03 | 0 | 0.24 | 187.2 | 0.29 | 0.67 |
| Hex | 91 | BD | C3 | 1A | 3 | 0 | 18 | BB | 1D | 43 |
| Octal | 221 | 275 | 303 | 32 | 3 | 0 | 30 | 273 | 35 | 103 |
| Binary | 10010001 | 10111101 | 11000011 | 11010 | 11 | 0 | 11000 | 10111011 | 11101 | 1000011 |
Color Harmonies of #91BDC3
Complementary color
Monochromatic Colors of #91BDC3
Black with #91BDC3
Text Example
Text Example
White with #91BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BDC3; }
p { color: rgb(145,189,195); }
H1.HeaderClassName
{
color: #91BDC3;
}
.AnyTagClassName
{
color: #91BDC3;
}
</style>
background-color css
<style>
a { background-color: #91BDC3; }
a { background-color: rgb(145,189,195); }
div.DivClassName
{
background-color: #91BDC3;
}
.BgClassName
{
background-color: #91BDC3;
}
</style>
border-color css
<style>
span { border-color: #91BDC3; }
span { border-color: rgb(145,189,195); }
td.TdClassName
{
border-color: #91BDC3;
}
.TagClassName
{
border-color: #91BDC3;
}
</style>