Shades of Botticelli #91B2B3
Tints of Botticelli #91B2B3
RGB
CMYK
RGB Variations
Color information
#91B2B3 (or 0x91B2B3) is known color: Botticelli. HEX triplet: 91, B2 and B3. RGB value is (145,178,179). Sum of RGB (Red+Green+Blue) = 145+178+179=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 179 - color contains mainly: blue. Hex color #91B2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B2B3 is #6E4D4C. Grayscale: #A8A8A8. Windows color (decimal): -7228749 or 11776657. OLE color: 11776657.
HSL color Cylindrical-coordinate representation of color #91B2B3: hue angle of 181.76º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91B2B3 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 178 | 179 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.30 |
| HSL | 181.76º | 0.18% | 0.64% | - |
| HSV(B) | 181.76º | 0.19% | 0.7% | - |
| XYZ | 35.73 | 41.12 | 48.7 | - |
| YUV | 168.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 178 | 179 | 0.19 | 0.01 | 0 | 0.30 | 181.76 | 0.18 | 0.64 |
| Hex | 91 | B2 | B3 | 13 | 1 | 0 | 1E | B6 | 12 | 40 |
| Octal | 221 | 262 | 263 | 23 | 1 | 0 | 36 | 266 | 22 | 100 |
| Binary | 10010001 | 10110010 | 10110011 | 10011 | 1 | 0 | 11110 | 10110110 | 10010 | 1000000 |
Color Harmonies of #91B2B3
Complementary color
Monochromatic Colors of #91B2B3
Black with #91B2B3
Text Example
Text Example
White with #91B2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B2B3; }
p { color: rgb(145,178,179); }
H1.HeaderClassName
{
color: #91B2B3;
}
.AnyTagClassName
{
color: #91B2B3;
}
</style>
background-color css
<style>
a { background-color: #91B2B3; }
a { background-color: rgb(145,178,179); }
div.DivClassName
{
background-color: #91B2B3;
}
.BgClassName
{
background-color: #91B2B3;
}
</style>
border-color css
<style>
span { border-color: #91B2B3; }
span { border-color: rgb(145,178,179); }
td.TdClassName
{
border-color: #91B2B3;
}
.TagClassName
{
border-color: #91B2B3;
}
</style>