Html Css Color HEX #BE7FAC London Hue

📋 copy color: '#BE7FAC'

red 190 ◦ green 127 ◦ blue 172

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

Shades of London Hue #BE7FAC

Tints of London Hue #BE7FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.17%

R = 38.85%
G = 25.97%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE7FAC (or 0xBE7FAC) is known color: London Hue. HEX triplet: BE, 7F and AC. RGB value is (190,127,172). Sum of RGB (Red+Green+Blue) = 190+127+172=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7FAC is #418053. Grayscale: #969696. Windows color (decimal): -4292692 or 11304894. OLE color: 11304894.

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

Color convert

RGB 190 127 172 -
CMYK 0 0.33 0.09 0.25
HSL 317.14º 0.33% 0.62% -
HSV(B) 317.14º 0.33% 0.75% -
XYZ 36.27 29.1 42.74 -
YUV 150.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 190 127 172 0 0.33 0.09 0.25 317.14 0.33 0.62
Hex BE 7F AC 0 21 9 19 13D 21 3E
Octal 276 177 254 0 41 11 31 475 41 76
Binary 10111110 1111111 10101100 0 100001 1001 11001 100111101 100001 111110

Color Harmonies of #BE7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FAC

Black with #BE7FAC

Text Example


Text Example

White with #BE7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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