Html Css Color HEX #BE7BAF London Hue

📋 copy color: '#BE7BAF'

red 190 ◦ green 123 ◦ blue 175

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

Shades of London Hue #BE7BAF

Tints of London Hue #BE7BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.2%

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

R = 38.93%
G = 25.2%
B = 35.86%

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

#BE7BAF (or 0xBE7BAF) is known color: London Hue. HEX triplet: BE, 7B and AF. RGB value is (190,123,175). Sum of RGB (Red+Green+Blue) = 190+123+175=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7BAF is #418450. Grayscale: #949494. Windows color (decimal): -4293713 or 11500478. OLE color: 11500478.

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

Color convert

RGB 190 123 175 -
CMYK 0 0.35 0.08 0.25
HSL 313.43º 0.34% 0.61% -
HSV(B) 313.43º 0.35% 0.75% -
XYZ 36.06 28.21 44.1 -
YUV 148.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 190 123 175 0 0.35 0.08 0.25 313.43 0.34 0.61
Hex BE 7B AF 0 23 8 19 139 22 3D
Octal 276 173 257 0 43 10 31 471 42 75
Binary 10111110 1111011 10101111 0 100011 1000 11001 100111001 100010 111101

Color Harmonies of #BE7BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BAF

Black with #BE7BAF

Text Example


Text Example

White with #BE7BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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