#BE96BA

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

Shades of London Hue #BE96BA

Tints of London Hue #BE96BA

Color information

#BE96BA (or 0xBE96BA) is unknown color: approx London Hue. HEX triplet: BE, 96 and BA. RGB value is (190,150,186). Sum of RGB (Red+Green+Blue) = 190+150+186=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96BA is #416945. Grayscale: #A5A5A5. Windows color (decimal): -4286790 or 12228286. OLE color: 12228286.

HSL color Cylindrical-coordinate representation of color #BE96BA: hue angle of 306º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BE96BA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB190150186-
CMYK00.210.020.25
HSL306º23.53%66.67%-
HSV(B)306º21.05%74.51%-
XYZ4136.3151.3-
YUV166.06139.25145.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=36.12%
G=28.52%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015018600.210.020.2530623.5366.67
HexBE96BA0152191321843
Octal27622627202523146230103
Binary1011111010010110101110100101011011001100110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96BA; }

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

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

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

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

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

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

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

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