#88A7B4

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

Shades of Botticelli #88A7B4

Tints of Botticelli #88A7B4

Color information

#88A7B4 (or 0x88A7B4) is unknown color: approx Botticelli. HEX triplet: 88, A7 and B4. RGB value is (136,167,180). Sum of RGB (Red+Green+Blue) = 136+167+180=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #88A7B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A7B4 is #77584B. Grayscale: #9F9F9F. Windows color (decimal): -7821388 or 11839368. OLE color: 11839368.

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

Color convert

RGB136167180-
CMYK0.240.0700.29
HSL197.73º22.68%61.96%-
HSV(B)197.73º24.44%70.59%-
XYZ32.2136.1748.46-
YUV159.21139.73111.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.16%
GREEN value IS 167 (65.62% from 255) = 34.58%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=28.16%
G=34.58%
B=37.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361671800.240.0700.29197.7322.6861.96
Hex88A7B418701Dc6173e
Octal2102472643070353062776
Binary100010001010011110110100110001110111011100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,167,180); }

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

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

 a { background-color: rgb(136,167,180); }

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

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

 span { border-color: rgb(136,167,180); }

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