Shades of Botticelli #91BBC4
Tints of Botticelli #91BBC4
RGB
CMYK
RGB Variations
Color information
#91BBC4 (or 0x91BBC4) is known color: Botticelli. HEX triplet: 91, BB and C4. RGB value is (145,187,196). Sum of RGB (Red+Green+Blue) = 145+187+196=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 196 - color contains mainly: blue. Hex color #91BBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BBC4 is #6E443B. Grayscale: #AFAFAF. Windows color (decimal): -7226428 or 12893073. OLE color: 12893073.
HSL color Cylindrical-coordinate representation of color #91BBC4: hue angle of 190.59º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91BBC4 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 187 | 196 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.23 |
| HSL | 190.59º | 0.3% | 0.67% | - |
| HSV(B) | 190.59º | 0.26% | 0.77% | - |
| XYZ | 39.41 | 45.55 | 58.94 | - |
| YUV | 175.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 187 | 196 | 0.26 | 0.05 | 0 | 0.23 | 190.59 | 0.3 | 0.67 |
| Hex | 91 | BB | C4 | 1A | 5 | 0 | 17 | BF | 1E | 43 |
| Octal | 221 | 273 | 304 | 32 | 5 | 0 | 27 | 277 | 36 | 103 |
| Binary | 10010001 | 10111011 | 11000100 | 11010 | 101 | 0 | 10111 | 10111111 | 11110 | 1000011 |
Color Harmonies of #91BBC4
Complementary color
Monochromatic Colors of #91BBC4
Black with #91BBC4
Text Example
Text Example
White with #91BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BBC4; }
p { color: rgb(145,187,196); }
H1.HeaderClassName
{
color: #91BBC4;
}
.AnyTagClassName
{
color: #91BBC4;
}
</style>
background-color css
<style>
a { background-color: #91BBC4; }
a { background-color: rgb(145,187,196); }
div.DivClassName
{
background-color: #91BBC4;
}
.BgClassName
{
background-color: #91BBC4;
}
</style>
border-color css
<style>
span { border-color: #91BBC4; }
span { border-color: rgb(145,187,196); }
td.TdClassName
{
border-color: #91BBC4;
}
.TagClassName
{
border-color: #91BBC4;
}
</style>