#888BAC

Color #888BAC Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #888BAC

Tints of Manatee #888BAC

Color information

#888BAC (or 0x888BAC) is unknown color: approx Manatee. HEX triplet: 88, 8B and AC. RGB value is (136,139,172). Sum of RGB (Red+Green+Blue) = 136+139+172=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #888BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888BAC is #777453. Grayscale: #8D8D8D. Windows color (decimal): -7828564 or 11307912. OLE color: 11307912.

HSL color Cylindrical-coordinate representation of color #888BAC: hue angle of 235º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #888BAC is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136139172-
CMYK0.210.1900.33
HSL235º17.82%60.39%-
HSV(B)235º20.93%67.45%-
XYZ26.8326.6842.76-
YUV141.86145.01123.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.43%
GREEN value IS 139 (54.69% from 255) = 31.10%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=30.43%
G=31.10%
B=38.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361391720.210.1900.3323517.8260.39
Hex888BAC1513021eb123c
Octal21021325425230413532274
Binary100010001000101110101100101011001101000011110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888BAC; }

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

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

<style>
 a { background-color: #888BAC; }

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

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

<style>
 span { border-color: #888BAC; }

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

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