#87AEBD

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

Shades of Botticelli #87AEBD

Tints of Botticelli #87AEBD

Color information

#87AEBD (or 0x87AEBD) is unknown color: approx Botticelli. HEX triplet: 87, AE and BD. RGB value is (135,174,189). Sum of RGB (Red+Green+Blue) = 135+174+189=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #87AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AEBD is #785142. Grayscale: #A3A3A3. Windows color (decimal): -7885123 or 12430983. OLE color: 12430983.

HSL color Cylindrical-coordinate representation of color #87AEBD: hue angle of 196.67º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87AEBD is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135174189-
CMYK0.290.0800.26
HSL196.67º29.03%63.53%-
HSV(B)196.67º28.57%74.12%-
XYZ34.3139.153.88-
YUV164.05142.08107.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.11%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=27.11%
G=34.94%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351741890.290.0800.26196.6729.0363.53
Hex87AEBD1D801Ac51d40
Octal207256275351003230535100
Binary10000111101011101011110111101100001101011000101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,174,189); }

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

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

 a { background-color: rgb(135,174,189); }

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

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

 span { border-color: rgb(135,174,189); }

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