#BE96B9

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

Shades of London Hue #BE96B9

Tints of London Hue #BE96B9

Color information

#BE96B9 (or 0xBE96B9) is unknown color: approx London Hue. HEX triplet: BE, 96 and B9. RGB value is (190,150,185). Sum of RGB (Red+Green+Blue) = 190+150+185=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96B9 is #416946. Grayscale: #A5A5A5. Windows color (decimal): -4286791 or 12162750. OLE color: 12162750.

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

Color convert

RGB190150185-
CMYK00.210.030.25
HSL307.5º23.53%66.67%-
HSV(B)307.5º21.05%74.51%-
XYZ40.936.2650.74-
YUV165.95138.75145.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=36.19%
G=28.57%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015018500.210.030.25307.523.5366.67
HexBE96B90153191341843
Octal27622627102533146430103
Binary1011111010010110101110010101011111001100110100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96B9; }

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

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

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

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

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

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

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

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