#BE8BBC

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

Shades of London Hue #BE8BBC

Tints of London Hue #BE8BBC

Color information

#BE8BBC (or 0xBE8BBC) is unknown color: approx London Hue. HEX triplet: BE, 8B and BC. RGB value is (190,139,188). Sum of RGB (Red+Green+Blue) = 190+139+188=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8BBC is #417443. Grayscale: #9F9F9F. Windows color (decimal): -4289604 or 12356542. OLE color: 12356542.

HSL color Cylindrical-coordinate representation of color #BE8BBC: hue angle of 302.35º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE8BBC is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB190139188-
CMYK00.270.010.25
HSL302.35º28.18%64.51%-
HSV(B)302.35º26.84%74.51%-
XYZ39.5433.0451.87-
YUV159.83143.9149.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=36.75%
G=26.89%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013918800.270.010.25302.3528.1864.51
HexBE8BBC01B11912e1c41
Octal27621327403313145634101
Binary101111101000101110111100011011111001100101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8BBC; }

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

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

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

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

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

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

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

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