#BE8ABA

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

Shades of London Hue #BE8ABA

Tints of London Hue #BE8ABA

Color information

#BE8ABA (or 0xBE8ABA) is unknown color: approx London Hue. HEX triplet: BE, 8A and BA. RGB value is (190,138,186). Sum of RGB (Red+Green+Blue) = 190+138+186=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ABA is #417545. Grayscale: #9E9E9E. Windows color (decimal): -4289862 or 12225214. OLE color: 12225214.

HSL color Cylindrical-coordinate representation of color #BE8ABA: hue angle of 304.62º 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 #BE8ABA is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB190138186-
CMYK00.270.020.25
HSL304.62º28.57%64.31%-
HSV(B)304.62º27.37%74.51%-
XYZ39.1932.6750.69-
YUV159.02143.23150.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 138 (54.30% from 255) = 26.85%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=36.96%
G=26.85%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013818600.270.020.25304.6228.5764.31
HexBE8ABA01B2191311d40
Octal27621227203323146135100
Binary1011111010001010101110100110111011001100110001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8ABA; }

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

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

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

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

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

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

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

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