#87ACBA

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

Shades of Botticelli #87ACBA

Tints of Botticelli #87ACBA

Color information

#87ACBA (or 0x87ACBA) is unknown color: approx Botticelli. HEX triplet: 87, AC and BA. RGB value is (135,172,186). Sum of RGB (Red+Green+Blue) = 135+172+186=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #87ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACBA is #785345. Grayscale: #A2A2A2. Windows color (decimal): -7885638 or 12233863. OLE color: 12233863.

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

Color convert

RGB135172186-
CMYK0.270.0800.27
HSL196.47º26.98%62.94%-
HSV(B)196.47º27.42%72.94%-
XYZ33.6138.252.06-
YUV162.53141.24108.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.38%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=27.38%
G=34.89%
B=37.73%

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
Decimal1351721860.270.0800.27196.4726.9862.94
Hex87ACBA1B801Bc41b3f
Octal20725427233100333043377
Binary1000011110101100101110101101110000110111100010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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