Html Css Color HEX #BE84AF London Hue

📋 copy color: '#BE84AF'

red 190 ◦ green 132 ◦ blue 175

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

Shades of London Hue #BE84AF

Tints of London Hue #BE84AF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.56%

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

R = 38.23%
G = 26.56%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE84AF (or 0xBE84AF) is known color: London Hue. HEX triplet: BE, 84 and AF. RGB value is (190,132,175). Sum of RGB (Red+Green+Blue) = 190+132+175=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BE84AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE84AF is #417B50. Grayscale: #9A9A9A. Windows color (decimal): -4291409 or 11502782. OLE color: 11502782.

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

Color convert

RGB 190 132 175 -
CMYK 0 0.31 0.08 0.25
HSL 315.52º 0.31% 0.63% -
HSV(B) 315.52º 0.31% 0.75% -
XYZ 37.22 30.54 44.49 -
YUV 154.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 190 132 175 0 0.31 0.08 0.25 315.52 0.31 0.63
Hex BE 84 AF 0 1F 8 19 13C 1F 3F
Octal 276 204 257 0 37 10 31 474 37 77
Binary 10111110 10000100 10101111 0 11111 1000 11001 100111100 11111 111111

Color Harmonies of #BE84AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE84AF

Black with #BE84AF

Text Example


Text Example

White with #BE84AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE84AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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