Html Css Color HEX #BE7AAE London Hue

📋 copy color: '#BE7AAE'

red 190 ◦ green 122 ◦ blue 174

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

Shades of London Hue #BE7AAE

Tints of London Hue #BE7AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.1%

 BLUE value IS 174 (68.36% from 255) = 35.8%

R = 39.09%
G = 25.1%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE7AAE (or 0xBE7AAE) is known color: London Hue. HEX triplet: BE, 7A and AE. RGB value is (190,122,174). Sum of RGB (Red+Green+Blue) = 190+122+174=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7AAE is #418551. Grayscale: #949494. Windows color (decimal): -4293970 or 11434686. OLE color: 11434686.

HSL color Cylindrical-coordinate representation of color #BE7AAE: hue angle of 314.12º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE7AAE is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 122 174 -
CMYK 0 0.36 0.08 0.25
HSL 314.12º 0.34% 0.61% -
HSV(B) 314.12º 0.36% 0.75% -
XYZ 35.83 27.92 43.55 -
YUV 148.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 190 122 174 0 0.36 0.08 0.25 314.12 0.34 0.61
Hex BE 7A AE 0 24 8 19 13A 22 3D
Octal 276 172 256 0 44 10 31 472 42 75
Binary 10111110 1111010 10101110 0 100100 1000 11001 100111010 100010 111101

Color Harmonies of #BE7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7AAE

Black with #BE7AAE

Text Example


Text Example

White with #BE7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7AAE; }

 p { color: rgb(190,122,174); }

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

background-color css

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

 a { background-color: rgb(190,122,174); }

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

border-color css

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

 span { border-color: rgb(190,122,174); }

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