#BE8FBA

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

Shades of London Hue #BE8FBA

Tints of London Hue #BE8FBA

Color information

#BE8FBA (or 0xBE8FBA) is unknown color: approx London Hue. HEX triplet: BE, 8F and BA. RGB value is (190,143,186). Sum of RGB (Red+Green+Blue) = 190+143+186=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FBA is #417045. Grayscale: #A1A1A1. Windows color (decimal): -4288582 or 12226494. OLE color: 12226494.

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

Color convert

RGB190143186-
CMYK00.250.020.25
HSL305.11º26.55%65.29%-
HSV(B)305.11º24.74%74.51%-
XYZ39.9234.1450.94-
YUV161.95141.57148-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=36.61%
G=27.55%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014318600.250.020.25305.1126.5565.29
HexBE8FBA0192191311b41
Octal27621727203123146133101
Binary1011111010001111101110100110011011001100110001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8FBA; }

 p { color: rgb(190,143,186); }

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

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

 a { background-color: rgb(190,143,186); }

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

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

 span { border-color: rgb(190,143,186); }

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