#BE8AB5

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

Shades of London Hue #BE8AB5

Tints of London Hue #BE8AB5

Color information

#BE8AB5 (or 0xBE8AB5) is unknown color: approx London Hue. HEX triplet: BE, 8A and B5. RGB value is (190,138,181). Sum of RGB (Red+Green+Blue) = 190+138+181=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AB5 is #41754A. Grayscale: #9E9E9E. Windows color (decimal): -4289867 or 11897534. OLE color: 11897534.

HSL color Cylindrical-coordinate representation of color #BE8AB5: hue angle of 310.38º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE8AB5 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB190138181-
CMYK00.270.050.25
HSL310.38º28.57%64.31%-
HSV(B)310.38º27.37%74.51%-
XYZ38.6632.4647.94-
YUV158.45140.73150.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=37.33%
G=27.11%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013818100.270.050.25310.3828.5764.31
HexBE8AB501B5191361d40
Octal27621226503353146635100
Binary10111110100010101011010101101110111001100110110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8AB5; }

 p { color: rgb(190,138,181); }

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

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

 a { background-color: rgb(190,138,181); }

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

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

 span { border-color: rgb(190,138,181); }

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