Html Css Color HEX #BE83AF London Hue

📋 copy color: '#BE83AF'

red 190 ◦ green 131 ◦ blue 175

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

Shades of London Hue #BE83AF

Tints of London Hue #BE83AF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.41%

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

R = 38.31%
G = 26.41%
B = 35.28%

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

#BE83AF (or 0xBE83AF) is known color: London Hue. HEX triplet: BE, 83 and AF. RGB value is (190,131,175). Sum of RGB (Red+Green+Blue) = 190+131+175=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE83AF is #417C50. Grayscale: #999999. Windows color (decimal): -4291665 or 11502526. OLE color: 11502526.

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

Color convert

RGB 190 131 175 -
CMYK 0 0.31 0.08 0.25
HSL 315.25º 0.31% 0.63% -
HSV(B) 315.25º 0.31% 0.75% -
XYZ 37.09 30.27 44.45 -
YUV 153.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 190 131 175 0 0.31 0.08 0.25 315.25 0.31 0.63
Hex BE 83 AF 0 1F 8 19 13B 1F 3F
Octal 276 203 257 0 37 10 31 473 37 77
Binary 10111110 10000011 10101111 0 11111 1000 11001 100111011 11111 111111

Color Harmonies of #BE83AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE83AF

Black with #BE83AF

Text Example


Text Example

White with #BE83AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE83AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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