Html Css Color HEX #BE82BA London Hue

📋 copy color: '#BE82BA'

red 190 ◦ green 130 ◦ blue 186

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

Shades of London Hue #BE82BA

Tints of London Hue #BE82BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.69%

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

R = 37.55%
G = 25.69%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE82BA (or 0xBE82BA) is known color: London Hue. HEX triplet: BE, 82 and BA. RGB value is (190,130,186). Sum of RGB (Red+Green+Blue) = 190+130+186=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82BA is #417D45. Grayscale: #9A9A9A. Windows color (decimal): -4291910 or 12223166. OLE color: 12223166.

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

Color convert

RGB 190 130 186 -
CMYK 0 0.32 0.02 0.25
HSL 304º 0.32% 0.63% -
HSV(B) 304º 0.32% 0.75% -
XYZ 38.08 30.46 50.33 -
YUV 154.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 190 130 186 0 0.32 0.02 0.25 304 0.32 0.63
Hex BE 82 BA 0 20 2 19 130 20 3F
Octal 276 202 272 0 40 2 31 460 40 77
Binary 10111110 10000010 10111010 0 100000 10 11001 100110000 100000 111111

Color Harmonies of #BE82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE82BA

Black with #BE82BA

Text Example


Text Example

White with #BE82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE82BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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