Shades of Botticelli #91B7C3
Tints of Botticelli #91B7C3
RGB
CMYK
RGB Variations
Color information
#91B7C3 (or 0x91B7C3) is known color: Botticelli. HEX triplet: 91, B7 and C3. RGB value is (145,183,195). Sum of RGB (Red+Green+Blue) = 145+183+195=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 195 - color contains mainly: blue. Hex color #91B7C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B7C3 is #6E483C. Grayscale: #ACACAC. Windows color (decimal): -7227453 or 12826513. OLE color: 12826513.
HSL color Cylindrical-coordinate representation of color #91B7C3: hue angle of 194.4º 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 #91B7C3 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 183 | 195 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.24 |
| HSL | 194.4º | 0.29% | 0.67% | - |
| HSV(B) | 194.4º | 0.26% | 0.76% | - |
| XYZ | 38.46 | 43.83 | 58.06 | - |
| YUV | 173.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 183 | 195 | 0.26 | 0.06 | 0 | 0.24 | 194.4 | 0.29 | 0.67 |
| Hex | 91 | B7 | C3 | 1A | 6 | 0 | 18 | C2 | 1D | 43 |
| Octal | 221 | 267 | 303 | 32 | 6 | 0 | 30 | 302 | 35 | 103 |
| Binary | 10010001 | 10110111 | 11000011 | 11010 | 110 | 0 | 11000 | 11000010 | 11101 | 1000011 |
Color Harmonies of #91B7C3
Complementary color
Monochromatic Colors of #91B7C3
Black with #91B7C3
Text Example
Text Example
White with #91B7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B7C3; }
p { color: rgb(145,183,195); }
H1.HeaderClassName
{
color: #91B7C3;
}
.AnyTagClassName
{
color: #91B7C3;
}
</style>
background-color css
<style>
a { background-color: #91B7C3; }
a { background-color: rgb(145,183,195); }
div.DivClassName
{
background-color: #91B7C3;
}
.BgClassName
{
background-color: #91B7C3;
}
</style>
border-color css
<style>
span { border-color: #91B7C3; }
span { border-color: rgb(145,183,195); }
td.TdClassName
{
border-color: #91B7C3;
}
.TagClassName
{
border-color: #91B7C3;
}
</style>