Html Css Color HEX #BE86BD London Hue

📋 copy color: '#BE86BD'

red 190 ◦ green 134 ◦ blue 189

#BE86BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #BE86BD

Tints of London Hue #BE86BD

RGB

 RED value IS 190 (74.61% from 255) = 37.04%

 GREEN value IS 134 (52.73% from 255) = 26.12%

 BLUE value IS 189 (74.22% from 255) = 36.84%

R = 37.04%
G = 26.12%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE86BD (or 0xBE86BD) is known color: London Hue. HEX triplet: BE, 86 and BD. RGB value is (190,134,189). Sum of RGB (Red+Green+Blue) = 190+134+189=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86BD is #417942. Grayscale: #9C9C9C. Windows color (decimal): -4290883 or 12420798. OLE color: 12420798.

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

Color convert

RGB 190 134 189 -
CMYK 0 0.29 0.01 0.25
HSL 301.07º 0.3% 0.64% -
HSV(B) 301.07º 0.29% 0.75% -
XYZ 38.95 31.67 52.2 -
YUV 157.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 190 134 189 0 0.29 0.01 0.25 301.07 0.3 0.64
Hex BE 86 BD 0 1D 1 19 12D 1E 40
Octal 276 206 275 0 35 1 31 455 36 100
Binary 10111110 10000110 10111101 0 11101 1 11001 100101101 11110 1000000

Color Harmonies of #BE86BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86BD

Black with #BE86BD

Text Example


Text Example

White with #BE86BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86BD; }

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

 H1.HeaderClassName
 {
   color: #BE86BD;
 }
 .AnyTagClassName
 {
   color: #BE86BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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