#87ACBB

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

Shades of Botticelli #87ACBB

Tints of Botticelli #87ACBB

Color information

#87ACBB (or 0x87ACBB) is unknown color: approx Botticelli. HEX triplet: 87, AC and BB. RGB value is (135,172,187). Sum of RGB (Red+Green+Blue) = 135+172+187=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #87ACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACBB is #785344. Grayscale: #A2A2A2. Windows color (decimal): -7885637 or 12299399. OLE color: 12299399.

HSL color Cylindrical-coordinate representation of color #87ACBB: hue angle of 197.31º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87ACBB is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135172187-
CMYK0.280.0800.27
HSL197.31º27.66%63.14%-
HSV(B)197.31º27.81%73.33%-
XYZ33.7138.2452.62-
YUV162.65141.74108.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.33%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=27.33%
G=34.82%
B=37.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351721870.280.0800.27197.3127.6663.14
Hex87ACBB1C801Bc51c3f
Octal20725427334100333053477
Binary1000011110101100101110111110010000110111100010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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