Html Css Color HEX #BE86BA London Hue

📋 copy color: '#BE86BA'

red 190 ◦ green 134 ◦ blue 186

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

Shades of London Hue #BE86BA

Tints of London Hue #BE86BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 37.25%
G = 26.27%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE86BA (or 0xBE86BA) is known color: London Hue. HEX triplet: BE, 86 and BA. RGB value is (190,134,186). Sum of RGB (Red+Green+Blue) = 190+134+186=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86BA is #417945. Grayscale: #9C9C9C. Windows color (decimal): -4290886 or 12224190. OLE color: 12224190.

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

Color convert

RGB 190 134 186 -
CMYK 0 0.29 0.02 0.25
HSL 304.29º 0.3% 0.64% -
HSV(B) 304.29º 0.29% 0.75% -
XYZ 38.62 31.54 50.51 -
YUV 156.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 190 134 186 0 0.29 0.02 0.25 304.29 0.3 0.64
Hex BE 86 BA 0 1D 2 19 130 1E 40
Octal 276 206 272 0 35 2 31 460 36 100
Binary 10111110 10000110 10111010 0 11101 10 11001 100110000 11110 1000000

Color Harmonies of #BE86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86BA

Black with #BE86BA

Text Example


Text Example

White with #BE86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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