#88ACBA

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

Shades of Botticelli #88ACBA

Tints of Botticelli #88ACBA

Color information

#88ACBA (or 0x88ACBA) is unknown color: approx Botticelli. HEX triplet: 88, AC and BA. RGB value is (136,172,186). Sum of RGB (Red+Green+Blue) = 136+172+186=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #88ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACBA is #775345. Grayscale: #A2A2A2. Windows color (decimal): -7820102 or 12233864. OLE color: 12233864.

HSL color Cylindrical-coordinate representation of color #88ACBA: hue angle of 196.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88ACBA is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136172186-
CMYK0.270.0800.27
HSL196.8º26.6%63.14%-
HSV(B)196.8º26.88%72.94%-
XYZ33.7738.2852.06-
YUV162.83141.07108.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.53%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=27.53%
G=34.82%
B=37.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361721860.270.0800.27196.826.663.14
Hex88ACBA1B801Bc51b3f
Octal21025427233100333053377
Binary1000100010101100101110101101110000110111100010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,172,186); }

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

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

 a { background-color: rgb(136,172,186); }

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

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

 span { border-color: rgb(136,172,186); }

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