#BE88AF

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

Shades of London Hue #BE88AF

Tints of London Hue #BE88AF

Color information

#BE88AF (or 0xBE88AF) is unknown color: approx London Hue. HEX triplet: BE, 88 and AF. RGB value is (190,136,175). Sum of RGB (Red+Green+Blue) = 190+136+175=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE88AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE88AF is #417750. Grayscale: #9C9C9C. Windows color (decimal): -4290385 or 11503806. OLE color: 11503806.

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

Color convert

RGB190136175-
CMYK00.280.080.25
HSL316.67º29.35%63.92%-
HSV(B)316.67º28.42%74.51%-
XYZ37.7831.6544.68-
YUV156.59138.39151.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=37.92%
G=27.15%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013617500.280.080.25316.6729.3563.92
HexBE88AF01C81913d1d40
Octal276210257034103147535100
Binary101111101000100010101111011100100011001100111101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE88AF; }

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

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

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

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

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

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

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

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