#B89EB5

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

Shades of London Hue #B89EB5

Tints of London Hue #B89EB5

Color information

#B89EB5 (or 0xB89EB5) is unknown color: approx London Hue. HEX triplet: B8, 9E and B5. RGB value is (184,158,181). Sum of RGB (Red+Green+Blue) = 184+158+181=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 184 - color contains mainly: red. Hex color #B89EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89EB5 is #47614A. Grayscale: #A8A8A8. Windows color (decimal): -4677963 or 11902648. OLE color: 11902648.

HSL color Cylindrical-coordinate representation of color #B89EB5: hue angle of 306.92º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B89EB5 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB184158181-
CMYK00.140.020.28
HSL306.92º15.48%67.06%-
HSV(B)306.92º14.13%72.16%-
XYZ40.3337.9848.92-
YUV168.4135.11139.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=35.18%
G=30.21%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415818100.140.020.28306.9215.4867.06
HexB89EB50E21C133f43
Octal27023626501623446317103
Binary10111000100111101011010101110101110010011001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89EB5; }

 p { color: rgb(184,158,181); }

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

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

 a { background-color: rgb(184,158,181); }

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

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

 span { border-color: rgb(184,158,181); }

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