Shades of Botticelli #87B2BB
Tints of Botticelli #87B2BB
RGB
CMYK
RGB Variations
Color information
#87B2BB (or 0x87B2BB) is known color: Botticelli. HEX triplet: 87, B2 and BB. RGB value is (135,178,187). Sum of RGB (Red+Green+Blue) = 135+178+187=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #87B2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B2BB is #784D44. Grayscale: #A6A6A6. Windows color (decimal): -7884101 or 12300935. OLE color: 12300935.
HSL color Cylindrical-coordinate representation of color #87B2BB: hue angle of 190.38º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87B2BB is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 178 | 187 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.27 |
| HSL | 190.38º | 0.28% | 0.63% | - |
| HSV(B) | 190.38º | 0.28% | 0.73% | - |
| XYZ | 34.88 | 40.58 | 53.01 | - |
| YUV | 166.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 178 | 187 | 0.28 | 0.05 | 0 | 0.27 | 190.38 | 0.28 | 0.63 |
| Hex | 87 | B2 | BB | 1C | 5 | 0 | 1B | BE | 1C | 3F |
| Octal | 207 | 262 | 273 | 34 | 5 | 0 | 33 | 276 | 34 | 77 |
| Binary | 10000111 | 10110010 | 10111011 | 11100 | 101 | 0 | 11011 | 10111110 | 11100 | 111111 |
Color Harmonies of #87B2BB
Complementary color
Monochromatic Colors of #87B2BB
Black with #87B2BB
Text Example
Text Example
White with #87B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B2BB; }
p { color: rgb(135,178,187); }
H1.HeaderClassName
{
color: #87B2BB;
}
.AnyTagClassName
{
color: #87B2BB;
}
</style>
background-color css
<style>
a { background-color: #87B2BB; }
a { background-color: rgb(135,178,187); }
div.DivClassName
{
background-color: #87B2BB;
}
.BgClassName
{
background-color: #87B2BB;
}
</style>
border-color css
<style>
span { border-color: #87B2BB; }
span { border-color: rgb(135,178,187); }
td.TdClassName
{
border-color: #87B2BB;
}
.TagClassName
{
border-color: #87B2BB;
}
</style>