#87AAB6

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

Shades of Botticelli #87AAB6

Tints of Botticelli #87AAB6

Color information

#87AAB6 (or 0x87AAB6) is unknown color: approx Botticelli. HEX triplet: 87, AA and B6. RGB value is (135,170,182). Sum of RGB (Red+Green+Blue) = 135+170+182=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 182 - color contains mainly: blue. Hex color #87AAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAB6 is #785549. Grayscale: #A0A0A0. Windows color (decimal): -7886154 or 11971207. OLE color: 11971207.

HSL color Cylindrical-coordinate representation of color #87AAB6: hue angle of 195.32º 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 #87AAB6 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135170182-
CMYK0.260.0700.29
HSL195.32º24.35%62.16%-
HSV(B)195.32º25.82%71.37%-
XYZ32.8137.2849.72-
YUV160.9139.9109.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.72%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 182 (71.48% from 255) = 37.37%
R=27.72%
G=34.91%
B=37.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351701820.260.0700.29195.3224.3562.16
Hex87AAB61A701Dc3183e
Octal2072522663270353033076
Binary100001111010101010110110110101110111011100001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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