#BE8EFD

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

Shades of Perfume #BE8EFD

Tints of Perfume #BE8EFD

Color information

#BE8EFD (or 0xBE8EFD) is unknown color: approx Perfume. HEX triplet: BE, 8E and FD. RGB value is (190,142,253). Sum of RGB (Red+Green+Blue) = 190+142+253=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE8EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8EFD is #417102. Grayscale: #A8A8A8. Windows color (decimal): -4288771 or 16617150. OLE color: 16617150.

HSL color Cylindrical-coordinate representation of color #BE8EFD: hue angle of 265.95º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE8EFD is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190142253-
CMYK0.250.4400.01
HSL265.95º96.52%77.45%-
HSV(B)265.95º43.87%99.22%-
XYZ48.6437.3997.58-
YUV169.01175.4142.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 142 (55.86% from 255) = 24.27%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=32.48%
G=24.27%
B=43.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901422530.250.4400.01265.9596.5277.45
HexBE8EFD192C0110a614d
Octal276216375315401412141115
Binary101111101000111011111101110011011000110000101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8EFD; }

 p { color: rgb(190,142,253); }

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

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

 a { background-color: rgb(190,142,253); }

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

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

 span { border-color: rgb(190,142,253); }

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