#88A8B5

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

Shades of Botticelli #88A8B5

Tints of Botticelli #88A8B5

Color information

#88A8B5 (or 0x88A8B5) is unknown color: approx Botticelli. HEX triplet: 88, A8 and B5. RGB value is (136,168,181). Sum of RGB (Red+Green+Blue) = 136+168+181=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #88A8B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A8B5 is #77574A. Grayscale: #9F9F9F. Windows color (decimal): -7821131 or 11905160. OLE color: 11905160.

HSL color Cylindrical-coordinate representation of color #88A8B5: hue angle of 197.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88A8B5 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB136168181-
CMYK0.250.0700.29
HSL197.33º23.32%62.16%-
HSV(B)197.33º24.86%70.98%-
XYZ32.536.5849.06-
YUV159.91139.9110.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.04%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 181 (71.09% from 255) = 37.32%
R=28.04%
G=34.64%
B=37.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361681810.250.0700.29197.3323.3262.16
Hex88A8B519701Dc5173e
Octal2102502653170353052776
Binary100010001010100010110101110011110111011100010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,168,181); }

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

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

 a { background-color: rgb(136,168,181); }

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

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

 span { border-color: rgb(136,168,181); }

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