#BE95B8

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

Shades of London Hue #BE95B8

Tints of London Hue #BE95B8

Color information

#BE95B8 (or 0xBE95B8) is unknown color: approx London Hue. HEX triplet: BE, 95 and B8. RGB value is (190,149,184). Sum of RGB (Red+Green+Blue) = 190+149+184=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BE95B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95B8 is #416A47. Grayscale: #A5A5A5. Windows color (decimal): -4287048 or 12096958. OLE color: 12096958.

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

Color convert

RGB190149184-
CMYK00.220.030.25
HSL308.78º23.98%66.47%-
HSV(B)308.78º21.58%74.51%-
XYZ40.6335.950.14-
YUV165.25138.58145.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=36.33%
G=28.49%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014918400.220.030.25308.7823.9866.47
HexBE95B80163191351842
Octal27622527002633146530102
Binary1011111010010101101110000101101111001100110101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95B8; }

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

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

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

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

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

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

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

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