#BE94B9

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

Shades of London Hue #BE94B9

Tints of London Hue #BE94B9

Color information

#BE94B9 (or 0xBE94B9) is unknown color: approx London Hue. HEX triplet: BE, 94 and B9. RGB value is (190,148,185). Sum of RGB (Red+Green+Blue) = 190+148+185=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BE94B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94B9 is #416B46. Grayscale: #A4A4A4. Windows color (decimal): -4287303 or 12162238. OLE color: 12162238.

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

Color convert

RGB190148185-
CMYK00.220.030.25
HSL307.14º24.42%66.27%-
HSV(B)307.14º22.11%74.51%-
XYZ40.5835.6350.64-
YUV164.78139.41145.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=36.33%
G=28.30%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014818500.220.030.25307.1424.4266.27
HexBE94B90163191331842
Octal27622427102633146330102
Binary1011111010010100101110010101101111001100110011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94B9; }

 p { color: rgb(190,148,185); }

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

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

 a { background-color: rgb(190,148,185); }

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

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

 span { border-color: rgb(190,148,185); }

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