#BE88BA

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

Shades of London Hue #BE88BA

Tints of London Hue #BE88BA

Color information

#BE88BA (or 0xBE88BA) is unknown color: approx London Hue. HEX triplet: BE, 88 and BA. RGB value is (190,136,186). Sum of RGB (Red+Green+Blue) = 190+136+186=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BE88BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88BA is #417745. Grayscale: #9D9D9D. Windows color (decimal): -4290374 or 12224702. OLE color: 12224702.

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

Color convert

RGB190136186-
CMYK00.280.020.25
HSL304.44º29.35%63.92%-
HSV(B)304.44º28.42%74.51%-
XYZ38.932.150.6-
YUV157.85143.89150.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 136 (53.52% from 255) = 26.56%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=37.11%
G=26.56%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013618600.280.020.25304.4429.3563.92
HexBE88BA01C2191301d40
Octal27621027203423146035100
Binary1011111010001000101110100111001011001100110000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE88BA; }

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

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

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

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

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

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

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

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