#87AEBB

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

Shades of Botticelli #87AEBB

Tints of Botticelli #87AEBB

Color information

#87AEBB (or 0x87AEBB) is unknown color: approx Botticelli. HEX triplet: 87, AE and BB. RGB value is (135,174,187). Sum of RGB (Red+Green+Blue) = 135+174+187=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #87AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AEBB is #785144. Grayscale: #A3A3A3. Windows color (decimal): -7885125 or 12299911. OLE color: 12299911.

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

Color convert

RGB135174187-
CMYK0.280.0700.27
HSL195º27.66%63.14%-
HSV(B)195º27.81%73.33%-
XYZ34.139.0152.75-
YUV163.82141.08107.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.22%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=27.22%
G=35.08%
B=37.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351741870.280.0700.2719527.6663.14
Hex87AEBB1C701Bc31c3f
Octal2072562733470333033477
Binary100001111010111010111011111001110110111100001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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