#BE92B8

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

Shades of London Hue #BE92B8

Tints of London Hue #BE92B8

Color information

#BE92B8 (or 0xBE92B8) is unknown color: approx London Hue. HEX triplet: BE, 92 and B8. RGB value is (190,146,184). Sum of RGB (Red+Green+Blue) = 190+146+184=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92B8 is #416D47. Grayscale: #A3A3A3. Windows color (decimal): -4287816 or 12096190. OLE color: 12096190.

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

Color convert

RGB190146184-
CMYK00.230.030.25
HSL308.18º25.29%65.88%-
HSV(B)308.18º23.16%74.51%-
XYZ40.1734.9749.98-
YUV163.49139.58146.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 184 (72.27% from 255) = 35.38%
R=36.54%
G=28.08%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014618400.230.030.25308.1825.2965.88
HexBE92B80173191341942
Octal27622227002733146431102
Binary1011111010010010101110000101111111001100110100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92B8; }

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

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

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

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

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

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

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

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