#87ACB4

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

Shades of Botticelli #87ACB4

Tints of Botticelli #87ACB4

Color information

#87ACB4 (or 0x87ACB4) is unknown color: approx Botticelli. HEX triplet: 87, AC and B4. RGB value is (135,172,180). Sum of RGB (Red+Green+Blue) = 135+172+180=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #87ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACB4 is #78534B. Grayscale: #A1A1A1. Windows color (decimal): -7885644 or 11840647. OLE color: 11840647.

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

Color convert

RGB135172180-
CMYK0.250.0400.29
HSL190.67º23.08%61.76%-
HSV(B)190.67º25%70.59%-
XYZ32.9837.9548.77-
YUV161.85138.24108.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.72%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=27.72%
G=35.32%
B=36.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351721800.250.0400.29190.6723.0861.76
Hex87ACB419401Dbf173e
Octal2072542643140352772776
Binary100001111010110010110100110011000111011011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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