#B88EAC

Color #B88EAC London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B88EAC

Tints of London Hue #B88EAC

Color information

#B88EAC (or 0xB88EAC) is unknown color: approx London Hue. HEX triplet: B8, 8E and AC. RGB value is (184,142,172). Sum of RGB (Red+Green+Blue) = 184+142+172=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 184 - color contains mainly: red. Hex color #B88EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88EAC is #477153. Grayscale: #9D9D9D. Windows color (decimal): -4682068 or 11308728. OLE color: 11308728.

HSL color Cylindrical-coordinate representation of color #B88EAC: hue angle of 317.14º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B88EAC is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB184142172-
CMYK00.230.070.28
HSL317.14º22.83%63.92%-
HSV(B)317.14º22.83%72.16%-
XYZ36.8932.5143.36-
YUV157.98135.91146.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 142 (55.86% from 255) = 28.51%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=36.95%
G=28.51%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414217200.230.070.28317.1422.8363.92
HexB88EAC01771C13d1740
Octal27021625402773447527100
Binary10111000100011101010110001011111111100100111101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88EAC; }

 p { color: rgb(184,142,172); }

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

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

 a { background-color: rgb(184,142,172); }

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

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

 span { border-color: rgb(184,142,172); }

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