Html Css Color HEX #BE82BC London Hue

📋 copy color: '#BE82BC'

red 190 ◦ green 130 ◦ blue 188

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

Shades of London Hue #BE82BC

Tints of London Hue #BE82BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.01%

R = 37.4%
G = 25.59%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE82BC (or 0xBE82BC) is known color: London Hue. HEX triplet: BE, 82 and BC. RGB value is (190,130,188). Sum of RGB (Red+Green+Blue) = 190+130+188=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82BC is #417D43. Grayscale: #9A9A9A. Windows color (decimal): -4291908 or 12354238. OLE color: 12354238.

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

Color convert

RGB 190 130 188 -
CMYK 0 0.32 0.01 0.25
HSL 302º 0.32% 0.63% -
HSV(B) 302º 0.32% 0.75% -
XYZ 38.29 30.54 51.45 -
YUV 154.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 190 130 188 0 0.32 0.01 0.25 302 0.32 0.63
Hex BE 82 BC 0 20 1 19 12E 20 3F
Octal 276 202 274 0 40 1 31 456 40 77
Binary 10111110 10000010 10111100 0 100000 1 11001 100101110 100000 111111

Color Harmonies of #BE82BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE82BC

Black with #BE82BC

Text Example


Text Example

White with #BE82BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE82BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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