Shades of Botticelli #91BDC1
Tints of Botticelli #91BDC1
RGB
CMYK
RGB Variations
Color information
#91BDC1 (or 0x91BDC1) is known color: Botticelli. HEX triplet: 91, BD and C1. RGB value is (145,189,193). Sum of RGB (Red+Green+Blue) = 145+189+193=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #91BDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDC1 is #6E423E. Grayscale: #B0B0B0. Windows color (decimal): -7225919 or 12696977. OLE color: 12696977.
HSL color Cylindrical-coordinate representation of color #91BDC1: hue angle of 185º 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 #91BDC1 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 189 | 193 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.24 |
| HSL | 185º | 0.28% | 0.66% | - |
| HSV(B) | 185º | 0.25% | 0.76% | - |
| XYZ | 39.5 | 46.27 | 57.3 | - |
| YUV | 176.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 193 | 0.25 | 0.02 | 0 | 0.24 | 185 | 0.28 | 0.66 |
| Hex | 91 | BD | C1 | 19 | 2 | 0 | 18 | B9 | 1C | 42 |
| Octal | 221 | 275 | 301 | 31 | 2 | 0 | 30 | 271 | 34 | 102 |
| Binary | 10010001 | 10111101 | 11000001 | 11001 | 10 | 0 | 11000 | 10111001 | 11100 | 1000010 |
Color Harmonies of #91BDC1
Complementary color
Monochromatic Colors of #91BDC1
Black with #91BDC1
Text Example
Text Example
White with #91BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BDC1; }
p { color: rgb(145,189,193); }
H1.HeaderClassName
{
color: #91BDC1;
}
.AnyTagClassName
{
color: #91BDC1;
}
</style>
background-color css
<style>
a { background-color: #91BDC1; }
a { background-color: rgb(145,189,193); }
div.DivClassName
{
background-color: #91BDC1;
}
.BgClassName
{
background-color: #91BDC1;
}
</style>
border-color css
<style>
span { border-color: #91BDC1; }
span { border-color: rgb(145,189,193); }
td.TdClassName
{
border-color: #91BDC1;
}
.TagClassName
{
border-color: #91BDC1;
}
</style>