#BE90BA

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

Shades of London Hue #BE90BA

Tints of London Hue #BE90BA

Color information

#BE90BA (or 0xBE90BA) is unknown color: approx London Hue. HEX triplet: BE, 90 and BA. RGB value is (190,144,186). Sum of RGB (Red+Green+Blue) = 190+144+186=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BE90BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90BA is #416F45. Grayscale: #A2A2A2. Windows color (decimal): -4288326 or 12226750. OLE color: 12226750.

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

Color convert

RGB190144186-
CMYK00.240.020.25
HSL305.22º26.14%65.49%-
HSV(B)305.22º24.21%74.51%-
XYZ40.0734.4450.99-
YUV162.54141.24147.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=36.54%
G=27.69%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014418600.240.020.25305.2226.1465.49
HexBE90BA0182191311a41
Octal27622027203023146132101
Binary1011111010010000101110100110001011001100110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90BA; }

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

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

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

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

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

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

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

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