Shades of Botticelli #91B2B8
Tints of Botticelli #91B2B8
RGB
CMYK
RGB Variations
Color information
#91B2B8 (or 0x91B2B8) is known color: Botticelli. HEX triplet: 91, B2 and B8. RGB value is (145,178,184). Sum of RGB (Red+Green+Blue) = 145+178+184=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 184 - color contains mainly: blue. Hex color #91B2B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B2B8 is #6E4D47. Grayscale: #A8A8A8. Windows color (decimal): -7228744 or 12104337. OLE color: 12104337.
HSL color Cylindrical-coordinate representation of color #91B2B8: hue angle of 189.23º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #91B2B8 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 178 | 184 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.28 |
| HSL | 189.23º | 0.22% | 0.65% | - |
| HSV(B) | 189.23º | 0.21% | 0.72% | - |
| XYZ | 36.25 | 41.32 | 51.41 | - |
| YUV | 168.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 178 | 184 | 0.21 | 0.03 | 0 | 0.28 | 189.23 | 0.22 | 0.65 |
| Hex | 91 | B2 | B8 | 15 | 3 | 0 | 1C | BD | 16 | 41 |
| Octal | 221 | 262 | 270 | 25 | 3 | 0 | 34 | 275 | 26 | 101 |
| Binary | 10010001 | 10110010 | 10111000 | 10101 | 11 | 0 | 11100 | 10111101 | 10110 | 1000001 |
Color Harmonies of #91B2B8
Complementary color
Monochromatic Colors of #91B2B8
Black with #91B2B8
Text Example
Text Example
White with #91B2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B2B8; }
p { color: rgb(145,178,184); }
H1.HeaderClassName
{
color: #91B2B8;
}
.AnyTagClassName
{
color: #91B2B8;
}
</style>
background-color css
<style>
a { background-color: #91B2B8; }
a { background-color: rgb(145,178,184); }
div.DivClassName
{
background-color: #91B2B8;
}
.BgClassName
{
background-color: #91B2B8;
}
</style>
border-color css
<style>
span { border-color: #91B2B8; }
span { border-color: rgb(145,178,184); }
td.TdClassName
{
border-color: #91B2B8;
}
.TagClassName
{
border-color: #91B2B8;
}
</style>