Html Css Color HEX #BE7FAE London Hue

📋 copy color: '#BE7FAE'

red 190 ◦ green 127 ◦ blue 174

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

Shades of London Hue #BE7FAE

Tints of London Hue #BE7FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 25.87%

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

R = 38.7%
G = 25.87%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE7FAE (or 0xBE7FAE) is known color: London Hue. HEX triplet: BE, 7F and AE. RGB value is (190,127,174). Sum of RGB (Red+Green+Blue) = 190+127+174=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7FAE is #418051. Grayscale: #979797. Windows color (decimal): -4292690 or 11435966. OLE color: 11435966.

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

Color convert

RGB 190 127 174 -
CMYK 0 0.33 0.08 0.25
HSL 315.24º 0.33% 0.62% -
HSV(B) 315.24º 0.33% 0.75% -
XYZ 36.46 29.18 43.76 -
YUV 151.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 190 127 174 0 0.33 0.08 0.25 315.24 0.33 0.62
Hex BE 7F AE 0 21 8 19 13B 21 3E
Octal 276 177 256 0 41 10 31 473 41 76
Binary 10111110 1111111 10101110 0 100001 1000 11001 100111011 100001 111110

Color Harmonies of #BE7FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FAE

Black with #BE7FAE

Text Example


Text Example

White with #BE7FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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