#87ACB6

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

Shades of Botticelli #87ACB6

Tints of Botticelli #87ACB6

Color information

#87ACB6 (or 0x87ACB6) is unknown color: approx Botticelli. HEX triplet: 87, AC and B6. RGB value is (135,172,182). Sum of RGB (Red+Green+Blue) = 135+172+182=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 182 - color contains mainly: blue. Hex color #87ACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACB6 is #785349. Grayscale: #A2A2A2. Windows color (decimal): -7885642 or 11971719. OLE color: 11971719.

HSL color Cylindrical-coordinate representation of color #87ACB6: hue angle of 192.77º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87ACB6 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135172182-
CMYK0.260.0500.29
HSL192.77º24.35%62.16%-
HSV(B)192.77º25.82%71.37%-
XYZ33.1938.0349.85-
YUV162.08139.24108.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.61%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 182 (71.48% from 255) = 37.22%
R=27.61%
G=35.17%
B=37.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351721820.260.0500.29192.7724.3562.16
Hex87ACB61A501Dc1183e
Octal2072542663250353013076
Binary100001111010110010110110110101010111011100000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,172,182); }

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

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

 a { background-color: rgb(135,172,182); }

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

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

 span { border-color: rgb(135,172,182); }

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