#BE83AF

Color #BE83AF London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BE83AF

Tints of London Hue #BE83AF

Color information

#BE83AF (or 0xBE83AF) is unknown color: approx 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

RGB190131175-
CMYK00.310.080.25
HSL315.25º31.22%62.94%-
HSV(B)315.25º31.05%74.51%-
XYZ37.0930.2744.45-
YUV153.66140.05153.92-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013117500.310.080.25315.2531.2262.94
HexBE83AF01F81913b1f3f
Octal27620325703710314733777
Binary10111110100000111010111101111110001100110011101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>