#BE8EB9

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

Shades of London Hue #BE8EB9

Tints of London Hue #BE8EB9

Color information

#BE8EB9 (or 0xBE8EB9) is unknown color: approx London Hue. HEX triplet: BE, 8E and B9. RGB value is (190,142,185). Sum of RGB (Red+Green+Blue) = 190+142+185=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8EB9 is #417146. Grayscale: #A1A1A1. Windows color (decimal): -4288839 or 12160702. OLE color: 12160702.

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

Color convert

RGB190142185-
CMYK00.250.030.25
HSL306.25º26.97%65.1%-
HSV(B)306.25º25.26%74.51%-
XYZ39.6733.850.33-
YUV161.25141.4148.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=36.75%
G=27.47%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014218500.250.030.25306.2526.9765.1
HexBE8EB90193191321b41
Octal27621627103133146233101
Binary1011111010001110101110010110011111001100110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8EB9; }

 p { color: rgb(190,142,185); }

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

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

 a { background-color: rgb(190,142,185); }

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

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

 span { border-color: rgb(190,142,185); }

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