#88ABBA

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

Shades of Botticelli #88ABBA

Tints of Botticelli #88ABBA

Color information

#88ABBA (or 0x88ABBA) is unknown color: approx Botticelli. HEX triplet: 88, AB and BA. RGB value is (136,171,186). Sum of RGB (Red+Green+Blue) = 136+171+186=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #88ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABBA is #775445. Grayscale: #A2A2A2. Windows color (decimal): -7820358 or 12233608. OLE color: 12233608.

HSL color Cylindrical-coordinate representation of color #88ABBA: hue angle of 198º 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 #88ABBA is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136171186-
CMYK0.270.0800.27
HSL198º26.6%63.14%-
HSV(B)198º26.88%72.94%-
XYZ33.5837.9152-
YUV162.24141.4109.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.59%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=27.59%
G=34.69%
B=37.73%

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
Decimal1361711860.270.0800.2719826.663.14
Hex88ABBA1B801Bc61b3f
Octal21025327233100333063377
Binary1000100010101011101110101101110000110111100011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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