Html Css Color HEX #BE7CAF London Hue

📋 copy color: '#BE7CAF'

red 190 ◦ green 124 ◦ blue 175

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

Shades of London Hue #BE7CAF

Tints of London Hue #BE7CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.79%

R = 38.85%
G = 25.36%
B = 35.79%

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

#BE7CAF (or 0xBE7CAF) is known color: London Hue. HEX triplet: BE, 7C and AF. RGB value is (190,124,175). Sum of RGB (Red+Green+Blue) = 190+124+175=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7CAF is #418350. Grayscale: #959595. Windows color (decimal): -4293457 or 11500734. OLE color: 11500734.

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

Color convert

RGB 190 124 175 -
CMYK 0 0.35 0.08 0.25
HSL 313.64º 0.34% 0.62% -
HSV(B) 313.64º 0.35% 0.75% -
XYZ 36.18 28.46 44.14 -
YUV 149.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 190 124 175 0 0.35 0.08 0.25 313.64 0.34 0.62
Hex BE 7C AF 0 23 8 19 13A 22 3E
Octal 276 174 257 0 43 10 31 472 42 76
Binary 10111110 1111100 10101111 0 100011 1000 11001 100111010 100010 111110

Color Harmonies of #BE7CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7CAF

Black with #BE7CAF

Text Example


Text Example

White with #BE7CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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