#BE8AB0

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

Shades of London Hue #BE8AB0

Tints of London Hue #BE8AB0

Color information

#BE8AB0 (or 0xBE8AB0) is unknown color: approx London Hue. HEX triplet: BE, 8A and B0. RGB value is (190,138,176). Sum of RGB (Red+Green+Blue) = 190+138+176=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8AB0 is #41754F. Grayscale: #9D9D9D. Windows color (decimal): -4289872 or 11569854. OLE color: 11569854.

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

Color convert

RGB190138176-
CMYK00.270.070.25
HSL316.15º28.57%64.31%-
HSV(B)316.15º27.37%74.51%-
XYZ38.1632.2645.29-
YUV157.88138.23150.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 176 (69.14% from 255) = 34.92%
R=37.70%
G=27.38%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013817600.270.070.25316.1528.5764.31
HexBE8AB001B71913c1d40
Octal27621226003373147435100
Binary10111110100010101011000001101111111001100111100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8AB0; }

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

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

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

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

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

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

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

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