Html Css Color HEX #BE7CAE London Hue

📋 copy color: '#BE7CAE'

red 190 ◦ green 124 ◦ blue 174

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

Shades of London Hue #BE7CAE

Tints of London Hue #BE7CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.41%

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

R = 38.93%
G = 25.41%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE7CAE (or 0xBE7CAE) is known color: London Hue. HEX triplet: BE, 7C and AE. RGB value is (190,124,174). Sum of RGB (Red+Green+Blue) = 190+124+174=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7CAE is #418351. Grayscale: #959595. Windows color (decimal): -4293458 or 11435198. OLE color: 11435198.

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

Color convert

RGB 190 124 174 -
CMYK 0 0.35 0.08 0.25
HSL 314.55º 0.34% 0.62% -
HSV(B) 314.55º 0.35% 0.75% -
XYZ 36.08 28.42 43.63 -
YUV 149.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 190 124 174 0 0.35 0.08 0.25 314.55 0.34 0.62
Hex BE 7C AE 0 23 8 19 13B 22 3E
Octal 276 174 256 0 43 10 31 473 42 76
Binary 10111110 1111100 10101110 0 100011 1000 11001 100111011 100010 111110

Color Harmonies of #BE7CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7CAE

Black with #BE7CAE

Text Example


Text Example

White with #BE7CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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