#88AEBC

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

Shades of Botticelli #88AEBC

Tints of Botticelli #88AEBC

Color information

#88AEBC (or 0x88AEBC) is unknown color: approx Botticelli. HEX triplet: 88, AE and BC. RGB value is (136,174,188). Sum of RGB (Red+Green+Blue) = 136+174+188=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #88AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AEBC is #775143. Grayscale: #A4A4A4. Windows color (decimal): -7819588 or 12365448. OLE color: 12365448.

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

Color convert

RGB136174188-
CMYK0.280.0700.26
HSL196.15º27.96%63.53%-
HSV(B)196.15º27.66%73.73%-
XYZ34.3739.1453.32-
YUV164.23141.41107.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.31%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=27.31%
G=34.94%
B=37.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361741880.280.0700.26196.1527.9663.53
Hex88AEBC1C701Ac41c40
Octal21025627434703230434100
Binary1000100010101110101111001110011101101011000100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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