Html Css Color HEX #BE84BA London Hue

📋 copy color: '#BE84BA'

red 190 ◦ green 132 ◦ blue 186

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

Shades of London Hue #BE84BA

Tints of London Hue #BE84BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.98%

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

R = 37.4%
G = 25.98%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE84BA (or 0xBE84BA) is known color: London Hue. HEX triplet: BE, 84 and BA. RGB value is (190,132,186). Sum of RGB (Red+Green+Blue) = 190+132+186=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE84BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE84BA is #417B45. Grayscale: #9B9B9B. Windows color (decimal): -4291398 or 12223678. OLE color: 12223678.

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

Color convert

RGB 190 132 186 -
CMYK 0 0.31 0.02 0.25
HSL 304.14º 0.31% 0.63% -
HSV(B) 304.14º 0.31% 0.75% -
XYZ 38.35 30.99 50.42 -
YUV 155.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 190 132 186 0 0.31 0.02 0.25 304.14 0.31 0.63
Hex BE 84 BA 0 1F 2 19 130 1F 3F
Octal 276 204 272 0 37 2 31 460 37 77
Binary 10111110 10000100 10111010 0 11111 10 11001 100110000 11111 111111

Color Harmonies of #BE84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE84BA

Black with #BE84BA

Text Example


Text Example

White with #BE84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE84BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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