#BE85B1

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

Shades of London Hue #BE85B1

Tints of London Hue #BE85B1

Color information

#BE85B1 (or 0xBE85B1) is unknown color: approx London Hue. HEX triplet: BE, 85 and B1. RGB value is (190,133,177). Sum of RGB (Red+Green+Blue) = 190+133+177=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85B1 is #417A4E. Grayscale: #9A9A9A. Windows color (decimal): -4291151 or 11634110. OLE color: 11634110.

HSL color Cylindrical-coordinate representation of color #BE85B1: hue angle of 313.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE85B1 is Cyan = 0, Magento = 0.3, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB190133177-
CMYK00.30.070.25
HSL313.68º30.48%63.33%-
HSV(B)313.68º30%74.51%-
XYZ37.5630.945.58-
YUV155.06140.38152.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 177 (69.53% from 255) = 35.4%
R=38%
G=26.6%
B=35.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013317700.30.070.25313.6830.4863.33
HexBE85B101E71913a1e3f
Octal2762052610367314723677
Binary1011111010000101101100010111101111100110011101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85B1; }

 p { color: rgb(190,133,177); }

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

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

 a { background-color: rgb(190,133,177); }

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

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

 span { border-color: rgb(190,133,177); }

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