#BE83AB

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

Shades of London Hue #BE83AB

Tints of London Hue #BE83AB

Color information

#BE83AB (or 0xBE83AB) is unknown color: approx London Hue. HEX triplet: BE, 83 and AB. RGB value is (190,131,171). Sum of RGB (Red+Green+Blue) = 190+131+171=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE83AB is #417C54. Grayscale: #999999. Windows color (decimal): -4291669 or 11240382. OLE color: 11240382.

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

Color convert

RGB190131171-
CMYK00.310.100.25
HSL319.32º31.22%62.94%-
HSV(B)319.32º31.05%74.51%-
XYZ36.730.1242.41-
YUV153.2138.05154.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=38.62%
G=26.63%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013117100.310.100.25319.3231.2262.94
HexBE83AB01FA1913f1f3f
Octal27620325303712314773777
Binary10111110100000111010101101111110101100110011111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE83AB; }

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

 H1.HeaderClassName
 {
   color: #BE83AB;
 }
 .AnyTagClassName
 {
   color: #BE83AB;
 }
</style>
background-color css

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

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

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

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

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

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