#87AEBA

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

Shades of Botticelli #87AEBA

Tints of Botticelli #87AEBA

Color information

#87AEBA (or 0x87AEBA) is unknown color: approx Botticelli. HEX triplet: 87, AE and BA. RGB value is (135,174,186). Sum of RGB (Red+Green+Blue) = 135+174+186=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #87AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AEBA is #785145. Grayscale: #A3A3A3. Windows color (decimal): -7885126 or 12234375. OLE color: 12234375.

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

Color convert

RGB135174186-
CMYK0.270.0600.27
HSL194.12º26.98%62.94%-
HSV(B)194.12º27.42%72.94%-
XYZ33.9938.9752.18-
YUV163.71140.58107.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.27%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=27.27%
G=35.15%
B=37.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351741860.270.0600.27194.1226.9862.94
Hex87AEBA1B601Bc21b3f
Octal2072562723360333023377
Binary100001111010111010111010110111100110111100001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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