#88AEBA

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

Shades of Botticelli #88AEBA

Tints of Botticelli #88AEBA

Color information

#88AEBA (or 0x88AEBA) is unknown color: approx Botticelli. HEX triplet: 88, AE and BA. RGB value is (136,174,186). Sum of RGB (Red+Green+Blue) = 136+174+186=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #88AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AEBA is #775145. Grayscale: #A3A3A3. Windows color (decimal): -7819590 or 12234376. OLE color: 12234376.

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

Color convert

RGB136174186-
CMYK0.270.0600.27
HSL194.4º26.6%63.14%-
HSV(B)194.4º26.88%72.94%-
XYZ34.1539.0552.19-
YUV164.01140.41108.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.42%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=27.42%
G=35.08%
B=37.5%

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
Decimal1361741860.270.0600.27194.426.663.14
Hex88AEBA1B601Bc21b3f
Octal2102562723360333023377
Binary100010001010111010111010110111100110111100001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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