#88A5AF

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

Shades of Botticelli #88A5AF

Tints of Botticelli #88A5AF

Color information

#88A5AF (or 0x88A5AF) is unknown color: approx Botticelli. HEX triplet: 88, A5 and AF. RGB value is (136,165,175). Sum of RGB (Red+Green+Blue) = 136+165+175=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #88A5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A5AF is #775A50. Grayscale: #9D9D9D. Windows color (decimal): -7821905 or 11511176. OLE color: 11511176.

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

Color convert

RGB136165175-
CMYK0.220.0600.31
HSL195.38º19.6%60.98%-
HSV(B)195.38º22.29%68.63%-
XYZ31.3535.2445.71-
YUV157.47137.89112.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.57%
GREEN value IS 165 (64.84% from 255) = 34.66%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=28.57%
G=34.66%
B=36.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361651750.220.0600.31195.3819.660.98
Hex88A5AF16601Fc3143d
Octal2102452572660373032475
Binary100010001010010110101111101101100111111100001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,165,175); }

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

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

 a { background-color: rgb(136,165,175); }

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

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

 span { border-color: rgb(136,165,175); }

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