#BE89B6

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

Shades of London Hue #BE89B6

Tints of London Hue #BE89B6

Color information

#BE89B6 (or 0xBE89B6) is unknown color: approx London Hue. HEX triplet: BE, 89 and B6. RGB value is (190,137,182). Sum of RGB (Red+Green+Blue) = 190+137+182=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BE89B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE89B6 is #417649. Grayscale: #9D9D9D. Windows color (decimal): -4290122 or 11962814. OLE color: 11962814.

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

Color convert

RGB190137182-
CMYK00.280.040.25
HSL309.06º28.96%64.12%-
HSV(B)309.06º27.89%74.51%-
XYZ38.6232.2248.44-
YUV157.98141.56150.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 137 (53.91% from 255) = 26.92%
BLUE value IS 182 (71.48% from 255) = 35.76%
R=37.33%
G=26.92%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013718200.280.040.25309.0628.9664.12
HexBE89B601C4191351d40
Octal27621126603443146535100
Binary10111110100010011011011001110010011001100110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE89B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE89B6; }

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

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

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

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

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

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

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

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