#BE85BC

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

Shades of London Hue #BE85BC

Tints of London Hue #BE85BC

Color information

#BE85BC (or 0xBE85BC) is unknown color: approx London Hue. HEX triplet: BE, 85 and BC. RGB value is (190,133,188). Sum of RGB (Red+Green+Blue) = 190+133+188=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85BC is #417A43. Grayscale: #9C9C9C. Windows color (decimal): -4291140 or 12355006. OLE color: 12355006.

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

Color convert

RGB190133188-
CMYK00.30.010.25
HSL302.11º30.48%63.33%-
HSV(B)302.11º30%74.51%-
XYZ38.731.3551.59-
YUV156.31145.88152.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 133 (52.34% from 255) = 26.03%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=37.18%
G=26.03%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013318800.30.010.25302.1130.4863.33
HexBE85BC01E11912e1e3f
Octal2762052740361314563677
Binary10111110100001011011110001111011100110010111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85BC; }

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

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

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

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

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

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

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

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