Html Css Color HEX #BE82B6 London Hue

📋 copy color: '#BE82B6'

red 190 ◦ green 130 ◦ blue 182

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

Shades of London Hue #BE82B6

Tints of London Hue #BE82B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.25%

R = 37.85%
G = 25.9%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE82B6 (or 0xBE82B6) is known color: London Hue. HEX triplet: BE, 82 and B6. RGB value is (190,130,182). Sum of RGB (Red+Green+Blue) = 190+130+182=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82B6 is #417D49. Grayscale: #999999. Windows color (decimal): -4291914 or 11961022. OLE color: 11961022.

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

Color convert

RGB 190 130 182 -
CMYK 0 0.32 0.04 0.25
HSL 308º 0.32% 0.63% -
HSV(B) 308º 0.32% 0.75% -
XYZ 37.66 30.29 48.12 -
YUV 153.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 190 130 182 0 0.32 0.04 0.25 308 0.32 0.63
Hex BE 82 B6 0 20 4 19 134 20 3F
Octal 276 202 266 0 40 4 31 464 40 77
Binary 10111110 10000010 10110110 0 100000 100 11001 100110100 100000 111111

Color Harmonies of #BE82B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE82B6

Black with #BE82B6

Text Example


Text Example

White with #BE82B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE82B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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