Html Css Color HEX #BE7CAD London Hue

📋 copy color: '#BE7CAD'

red 190 ◦ green 124 ◦ blue 173

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

Shades of London Hue #BE7CAD

Tints of London Hue #BE7CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.52%

R = 39.01%
G = 25.46%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE7CAD (or 0xBE7CAD) is known color: London Hue. HEX triplet: BE, 7C and AD. RGB value is (190,124,173). Sum of RGB (Red+Green+Blue) = 190+124+173=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7CAD is #418352. Grayscale: #959595. Windows color (decimal): -4293459 or 11369662. OLE color: 11369662.

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

Color convert

RGB 190 124 173 -
CMYK 0 0.35 0.09 0.25
HSL 315.45º 0.34% 0.62% -
HSV(B) 315.45º 0.35% 0.75% -
XYZ 35.99 28.38 43.12 -
YUV 149.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 190 124 173 0 0.35 0.09 0.25 315.45 0.34 0.62
Hex BE 7C AD 0 23 9 19 13B 22 3E
Octal 276 174 255 0 43 11 31 473 42 76
Binary 10111110 1111100 10101101 0 100011 1001 11001 100111011 100010 111110

Color Harmonies of #BE7CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7CAD

Black with #BE7CAD

Text Example


Text Example

White with #BE7CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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