#BE86B4

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

Shades of London Hue #BE86B4

Tints of London Hue #BE86B4

Color information

#BE86B4 (or 0xBE86B4) is unknown color: approx London Hue. HEX triplet: BE, 86 and B4. RGB value is (190,134,180). Sum of RGB (Red+Green+Blue) = 190+134+180=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86B4 is #41794B. Grayscale: #9B9B9B. Windows color (decimal): -4290892 or 11830974. OLE color: 11830974.

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

Color convert

RGB190134180-
CMYK00.290.050.25
HSL310.71º30.11%63.53%-
HSV(B)310.71º29.47%74.51%-
XYZ3831.2947.22-
YUV155.99141.55152.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 134 (52.73% from 255) = 26.59%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=37.70%
G=26.59%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013418000.290.050.25310.7130.1163.53
HexBE86B401D5191371e40
Octal27620626403553146736100
Binary10111110100001101011010001110110111001100110111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86B4; }

 p { color: rgb(190,134,180); }

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

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

 a { background-color: rgb(190,134,180); }

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

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

 span { border-color: rgb(190,134,180); }

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