#B88EB3

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

Shades of London Hue #B88EB3

Tints of London Hue #B88EB3

Color information

#B88EB3 (or 0xB88EB3) is unknown color: approx London Hue. HEX triplet: B8, 8E and B3. RGB value is (184,142,179). Sum of RGB (Red+Green+Blue) = 184+142+179=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 184 - color contains mainly: red. Hex color #B88EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88EB3 is #47714C. Grayscale: #9E9E9E. Windows color (decimal): -4682061 or 11767480. OLE color: 11767480.

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

Color convert

RGB184142179-
CMYK00.230.030.28
HSL307.14º22.83%63.92%-
HSV(B)307.14º22.83%72.16%-
XYZ37.5832.7947-
YUV158.78139.41145.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.44%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 179 (70.31% from 255) = 35.45%
R=36.44%
G=28.12%
B=35.45%

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
Decimal18414217900.230.030.28307.1422.8363.92
HexB88EB301731C1331740
Octal27021626302733446327100
Binary1011100010001110101100110101111111100100110011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88EB3; }

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

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

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

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

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

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

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

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