Shades of Botticelli #87B1B9
Tints of Botticelli #87B1B9
RGB
CMYK
RGB Variations
Color information
#87B1B9 (or 0x87B1B9) is known color: Botticelli. HEX triplet: 87, B1 and B9. RGB value is (135,177,185). Sum of RGB (Red+Green+Blue) = 135+177+185=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 185 - color contains mainly: blue. Hex color #87B1B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B1B9 is #784E46. Grayscale: #A5A5A5. Windows color (decimal): -7884359 or 12169607. OLE color: 12169607.
HSL color Cylindrical-coordinate representation of color #87B1B9: hue angle of 189.6º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87B1B9 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 177 | 185 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.27 |
| HSL | 189.6º | 0.26% | 0.63% | - |
| HSV(B) | 189.6º | 0.27% | 0.73% | - |
| XYZ | 34.47 | 40.1 | 51.82 | - |
| YUV | 165.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 177 | 185 | 0.27 | 0.04 | 0 | 0.27 | 189.6 | 0.26 | 0.63 |
| Hex | 87 | B1 | B9 | 1B | 4 | 0 | 1B | BE | 1A | 3F |
| Octal | 207 | 261 | 271 | 33 | 4 | 0 | 33 | 276 | 32 | 77 |
| Binary | 10000111 | 10110001 | 10111001 | 11011 | 100 | 0 | 11011 | 10111110 | 11010 | 111111 |
Color Harmonies of #87B1B9
Complementary color
Monochromatic Colors of #87B1B9
Black with #87B1B9
Text Example
Text Example
White with #87B1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B1B9; }
p { color: rgb(135,177,185); }
H1.HeaderClassName
{
color: #87B1B9;
}
.AnyTagClassName
{
color: #87B1B9;
}
</style>
background-color css
<style>
a { background-color: #87B1B9; }
a { background-color: rgb(135,177,185); }
div.DivClassName
{
background-color: #87B1B9;
}
.BgClassName
{
background-color: #87B1B9;
}
</style>
border-color css
<style>
span { border-color: #87B1B9; }
span { border-color: rgb(135,177,185); }
td.TdClassName
{
border-color: #87B1B9;
}
.TagClassName
{
border-color: #87B1B9;
}
</style>