#BE95B7

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

Shades of London Hue #BE95B7

Tints of London Hue #BE95B7

Color information

#BE95B7 (or 0xBE95B7) is unknown color: approx London Hue. HEX triplet: BE, 95 and B7. RGB value is (190,149,183). Sum of RGB (Red+Green+Blue) = 190+149+183=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BE95B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95B7 is #416A48. Grayscale: #A5A5A5. Windows color (decimal): -4287049 or 12031422. OLE color: 12031422.

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

Color convert

RGB190149183-
CMYK00.220.040.25
HSL310.24º23.98%66.47%-
HSV(B)310.24º21.58%74.51%-
XYZ40.5335.8649.59-
YUV165.14138.08145.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 183 (71.88% from 255) = 35.06%
R=36.40%
G=28.54%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014918300.220.040.25310.2423.9866.47
HexBE95B70164191361842
Octal27622526702643146630102
Binary10111110100101011011011101011010011001100110110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95B7; }

 p { color: rgb(190,149,183); }

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

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

 a { background-color: rgb(190,149,183); }

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

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

 span { border-color: rgb(190,149,183); }

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