#BE96B8

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

Shades of London Hue #BE96B8

Tints of London Hue #BE96B8

Color information

#BE96B8 (or 0xBE96B8) is unknown color: approx London Hue. HEX triplet: BE, 96 and B8. RGB value is (190,150,184). Sum of RGB (Red+Green+Blue) = 190+150+184=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96B8 is #416947. Grayscale: #A5A5A5. Windows color (decimal): -4286792 or 12097214. OLE color: 12097214.

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

Color convert

RGB190150184-
CMYK00.210.030.25
HSL309º23.53%66.67%-
HSV(B)309º21.05%74.51%-
XYZ40.7936.2250.19-
YUV165.84138.25145.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 184 (72.27% from 255) = 35.11%
R=36.26%
G=28.63%
B=35.11%

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
Decimal19015018400.210.030.2530923.5366.67
HexBE96B80153191351843
Octal27622627002533146530103
Binary1011111010010110101110000101011111001100110101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96B8; }

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

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

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

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

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

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

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

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