#BE92BB

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

Shades of London Hue #BE92BB

Tints of London Hue #BE92BB

Color information

#BE92BB (or 0xBE92BB) is unknown color: approx London Hue. HEX triplet: BE, 92 and BB. RGB value is (190,146,187). Sum of RGB (Red+Green+Blue) = 190+146+187=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92BB is #416D44. Grayscale: #A3A3A3. Windows color (decimal): -4287813 or 12292798. OLE color: 12292798.

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

Color convert

RGB190146187-
CMYK00.230.020.25
HSL304.09º25.29%65.88%-
HSV(B)304.09º23.16%74.51%-
XYZ40.4835.0951.65-
YUV163.83141.08146.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=36.33%
G=27.92%
B=35.76%

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
Decimal19014618700.230.020.25304.0925.2965.88
HexBE92BB0172191301942
Octal27622227302723146031102
Binary1011111010010010101110110101111011001100110000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92BB; }

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

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

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

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

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

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

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

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