#BE92BA

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

Shades of London Hue #BE92BA

Tints of London Hue #BE92BA

Color information

#BE92BA (or 0xBE92BA) is unknown color: approx London Hue. HEX triplet: BE, 92 and BA. RGB value is (190,146,186). Sum of RGB (Red+Green+Blue) = 190+146+186=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92BA is #416D45. Grayscale: #A3A3A3. Windows color (decimal): -4287814 or 12227262. OLE color: 12227262.

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

Color convert

RGB190146186-
CMYK00.230.020.25
HSL305.45º25.29%65.88%-
HSV(B)305.45º23.16%74.51%-
XYZ40.3835.0551.09-
YUV163.72140.58146.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=36.40%
G=27.97%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014618600.230.020.25305.4525.2965.88
HexBE92BA0172191311942
Octal27622227202723146131102
Binary1011111010010010101110100101111011001100110001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92BA; }

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

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

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

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

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

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

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

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