#B88EB2

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

Shades of London Hue #B88EB2

Tints of London Hue #B88EB2

Color information

#B88EB2 (or 0xB88EB2) is unknown color: approx London Hue. HEX triplet: B8, 8E and B2. RGB value is (184,142,178). Sum of RGB (Red+Green+Blue) = 184+142+178=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B88EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88EB2 is #47714D. Grayscale: #9E9E9E. Windows color (decimal): -4682062 or 11701944. OLE color: 11701944.

HSL color Cylindrical-coordinate representation of color #B88EB2: hue angle of 308.57º 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 #B88EB2 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB184142178-
CMYK00.230.030.28
HSL308.57º22.83%63.92%-
HSV(B)308.57º22.83%72.16%-
XYZ37.4832.7546.47-
YUV158.66138.91146.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 178 (69.92% from 255) = 35.32%
R=36.51%
G=28.17%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414217800.230.030.28308.5722.8363.92
HexB88EB201731C1351740
Octal27021626202733446527100
Binary1011100010001110101100100101111111100100110101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88EB2; }

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

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

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

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

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

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

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

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