#BE89AF

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

Shades of London Hue #BE89AF

Tints of London Hue #BE89AF

Color information

#BE89AF (or 0xBE89AF) is unknown color: approx London Hue. HEX triplet: BE, 89 and AF. RGB value is (190,137,175). Sum of RGB (Red+Green+Blue) = 190+137+175=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE89AF is #417650. Grayscale: #9D9D9D. Windows color (decimal): -4290129 or 11504062. OLE color: 11504062.

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

Color convert

RGB190137175-
CMYK00.280.080.25
HSL316.98º28.96%64.12%-
HSV(B)316.98º27.89%74.51%-
XYZ37.9231.9344.72-
YUV157.18138.06151.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 137 (53.91% from 255) = 27.29%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=37.85%
G=27.29%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013717500.280.080.25316.9828.9664.12
HexBE89AF01C81913d1d40
Octal276211257034103147535100
Binary101111101000100110101111011100100011001100111101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE89AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE89AF; }

 p { color: rgb(190,137,175); }

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

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

 a { background-color: rgb(190,137,175); }

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

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

 span { border-color: rgb(190,137,175); }

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