#88AEBE

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

Shades of Botticelli #88AEBE

Tints of Botticelli #88AEBE

Color information

#88AEBE (or 0x88AEBE) is unknown color: approx Botticelli. HEX triplet: 88, AE and BE. RGB value is (136,174,190). Sum of RGB (Red+Green+Blue) = 136+174+190=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #88AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AEBE is #775141. Grayscale: #A4A4A4. Windows color (decimal): -7819586 or 12496520. OLE color: 12496520.

HSL color Cylindrical-coordinate representation of color #88AEBE: hue angle of 197.78º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88AEBE is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136174190-
CMYK0.280.0800.25
HSL197.78º29.35%63.92%-
HSV(B)197.78º28.42%74.51%-
XYZ34.5839.2254.46-
YUV164.46142.41107.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.2%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 190 (74.61% from 255) = 38%
R=27.2%
G=34.8%
B=38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361741900.280.0800.25197.7829.3563.92
Hex88AEBE1C8019c61d40
Octal210256276341003130635100
Binary10001000101011101011111011100100001100111000110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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