#BE85B6

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

Shades of London Hue #BE85B6

Tints of London Hue #BE85B6

Color information

#BE85B6 (or 0xBE85B6) is unknown color: approx London Hue. HEX triplet: BE, 85 and B6. RGB value is (190,133,182). Sum of RGB (Red+Green+Blue) = 190+133+182=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85B6 is #417A49. Grayscale: #9B9B9B. Windows color (decimal): -4291146 or 11961790. OLE color: 11961790.

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

Color convert

RGB190133182-
CMYK00.30.040.25
HSL308.42º30.48%63.33%-
HSV(B)308.42º30%74.51%-
XYZ38.0731.148.25-
YUV155.63142.88152.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 182 (71.48% from 255) = 36.04%
R=37.62%
G=26.34%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013318200.30.040.25308.4230.4863.33
HexBE85B601E4191341e3f
Octal2762052660364314643677
Binary1011111010000101101101100111101001100110011010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85B6; }

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

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

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

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

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

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

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

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