Html Css Color HEX #BE82B5 London Hue

📋 copy color: '#BE82B5'

red 190 ◦ green 130 ◦ blue 181

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

Shades of London Hue #BE82B5

Tints of London Hue #BE82B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.13%

R = 37.92%
G = 25.95%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE82B5 (or 0xBE82B5) is known color: London Hue. HEX triplet: BE, 82 and B5. RGB value is (190,130,181). Sum of RGB (Red+Green+Blue) = 190+130+181=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82B5 is #417D4A. Grayscale: #999999. Windows color (decimal): -4291915 or 11895486. OLE color: 11895486.

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

Color convert

RGB 190 130 181 -
CMYK 0 0.32 0.05 0.25
HSL 309º 0.32% 0.63% -
HSV(B) 309º 0.32% 0.75% -
XYZ 37.56 30.25 47.58 -
YUV 153.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 190 130 181 0 0.32 0.05 0.25 309 0.32 0.63
Hex BE 82 B5 0 20 5 19 135 20 3F
Octal 276 202 265 0 40 5 31 465 40 77
Binary 10111110 10000010 10110101 0 100000 101 11001 100110101 100000 111111

Color Harmonies of #BE82B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE82B5

Black with #BE82B5

Text Example


Text Example

White with #BE82B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE82B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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