#BE85BB

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

Shades of London Hue #BE85BB

Tints of London Hue #BE85BB

Color information

#BE85BB (or 0xBE85BB) is unknown color: approx London Hue. HEX triplet: BE, 85 and BB. RGB value is (190,133,187). Sum of RGB (Red+Green+Blue) = 190+133+187=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85BB is #417A44. Grayscale: #9C9C9C. Windows color (decimal): -4291141 or 12289470. OLE color: 12289470.

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

Color convert

RGB190133187-
CMYK00.30.020.25
HSL303.16º30.48%63.33%-
HSV(B)303.16º30%74.51%-
XYZ38.5931.3151.02-
YUV156.2145.38152.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=37.25%
G=26.08%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013318700.30.020.25303.1630.4863.33
HexBE85BB01E21912f1e3f
Octal2762052730362314573677
Binary101111101000010110111011011110101100110010111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85BB; }

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

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

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

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

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

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

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

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