#BE7FBD

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

Shades of London Hue #BE7FBD

Tints of London Hue #BE7FBD

Color information

#BE7FBD (or 0xBE7FBD) is unknown color: approx London Hue. HEX triplet: BE, 7F and BD. RGB value is (190,127,189). Sum of RGB (Red+Green+Blue) = 190+127+189=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FBD is #418042. Grayscale: #989898. Windows color (decimal): -4292675 or 12419006. OLE color: 12419006.

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

Color convert

RGB190127189-
CMYK00.330.010.25
HSL300.95º32.64%62.16%-
HSV(B)300.95º33.16%74.51%-
XYZ38.0129.851.89-
YUV152.9148.37154.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 127 (50% from 255) = 25.10%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=37.55%
G=25.10%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012718900.330.010.25300.9532.6462.16
HexBE7FBD02111912d213e
Octal2761772750411314554176
Binary101111101111111101111010100001111001100101101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FBD; }

 p { color: rgb(190,127,189); }

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

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

 a { background-color: rgb(190,127,189); }

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

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

 span { border-color: rgb(190,127,189); }

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