#87ABBA

Color #87ABBA Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #87ABBA

Tints of Botticelli #87ABBA

Color information

#87ABBA (or 0x87ABBA) is unknown color: approx Botticelli. HEX triplet: 87, AB and BA. RGB value is (135,171,186). Sum of RGB (Red+Green+Blue) = 135+171+186=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #87ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABBA is #785445. Grayscale: #A1A1A1. Windows color (decimal): -7885894 or 12233607. OLE color: 12233607.

HSL color Cylindrical-coordinate representation of color #87ABBA: hue angle of 197.65º degrees, saturation: 0.27, 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 #87ABBA is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135171186-
CMYK0.270.0800.27
HSL197.65º26.98%62.94%-
HSV(B)197.65º27.42%72.94%-
XYZ33.4237.8251.99-
YUV161.95141.57108.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 27.44%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=27.44%
G=34.76%
B=37.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351711860.270.0800.27197.6526.9862.94
Hex87ABBA1B801Bc61b3f
Octal20725327233100333063377
Binary1000011110101011101110101101110000110111100011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87ABBA; }

 p { color: rgb(135,171,186); }

 H1.HeaderClassName
 {
   color: #87ABBA;
 }
 .AnyTagClassName
 {
   color: #87ABBA;
 }
</style>
background-color css

<style>
 a { background-color: #87ABBA; }

 a { background-color: rgb(135,171,186); }

 div.DivClassName
 {
   background-color: #87ABBA;
 }
 .BgClassName
 {
   background-color: #87ABBA;
 }
</style>
border-color css

<style>
 span { border-color: #87ABBA; }

 span { border-color: rgb(135,171,186); }

 td.TdClassName
 {
   border-color: #87ABBA;
 }
 .TagClassName
 {
   border-color: #87ABBA;
 }
</style>