#87ADB6

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

Shades of Botticelli #87ADB6

Tints of Botticelli #87ADB6

Color information

#87ADB6 (or 0x87ADB6) is unknown color: approx Botticelli. HEX triplet: 87, AD and B6. RGB value is (135,173,182). Sum of RGB (Red+Green+Blue) = 135+173+182=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #87ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADB6 is #785249. Grayscale: #A2A2A2. Windows color (decimal): -7885386 or 11971975. OLE color: 11971975.

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

Color convert

RGB135173182-
CMYK0.260.0500.29
HSL191.49º24.35%62.16%-
HSV(B)191.49º25.82%71.37%-
XYZ33.3838.4249.91-
YUV162.66138.91108.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 182 (71.48% from 255) = 37.14%
R=27.55%
G=35.31%
B=37.14%

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
Decimal1351731820.260.0500.29191.4924.3562.16
Hex87ADB61A501Dbf183e
Octal2072552663250352773076
Binary100001111010110110110110110101010111011011111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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