#88AEBD

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

Shades of Botticelli #88AEBD

Tints of Botticelli #88AEBD

Color information

#88AEBD (or 0x88AEBD) is unknown color: approx Botticelli. HEX triplet: 88, AE and BD. RGB value is (136,174,189). Sum of RGB (Red+Green+Blue) = 136+174+189=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #88AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AEBD is #775142. Grayscale: #A4A4A4. Windows color (decimal): -7819587 or 12430984. OLE color: 12430984.

HSL color Cylindrical-coordinate representation of color #88AEBD: hue angle of 196.98º degrees, saturation: 0.29, 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 #88AEBD is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136174189-
CMYK0.280.0800.26
HSL196.98º28.65%63.73%-
HSV(B)196.98º28.04%74.12%-
XYZ34.4739.1853.89-
YUV164.35141.91107.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.25%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=27.25%
G=34.87%
B=37.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361741890.280.0800.26196.9828.6563.73
Hex88AEBD1C801Ac51d40
Octal210256275341003230535100
Binary10001000101011101011110111100100001101011000101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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