#88AAB1

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

Shades of Botticelli #88AAB1

Tints of Botticelli #88AAB1

Color information

#88AAB1 (or 0x88AAB1) is unknown color: approx Botticelli. HEX triplet: 88, AA and B1. RGB value is (136,170,177). Sum of RGB (Red+Green+Blue) = 136+170+177=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 177 - color contains mainly: blue. Hex color #88AAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AAB1 is #77554E. Grayscale: #A0A0A0. Windows color (decimal): -7820623 or 11643528. OLE color: 11643528.

HSL color Cylindrical-coordinate representation of color #88AAB1: hue angle of 190.24º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88AAB1 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136170177-
CMYK0.230.0400.31
HSL190.24º20.81%61.37%-
HSV(B)190.24º23.16%69.41%-
XYZ32.4637.1647.06-
YUV160.63137.24110.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.16%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 177 (69.53% from 255) = 36.65%
R=28.16%
G=35.20%
B=36.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361701770.230.0400.31190.2420.8161.37
Hex88AAB117401Fbe153d
Octal2102522612740372762575
Binary100010001010101010110001101111000111111011111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,170,177); }

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

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

 a { background-color: rgb(136,170,177); }

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

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

 span { border-color: rgb(136,170,177); }

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