#BE9EFD

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

Shades of Perfume #BE9EFD

Tints of Perfume #BE9EFD

Color information

#BE9EFD (or 0xBE9EFD) is unknown color: approx Perfume. HEX triplet: BE, 9E and FD. RGB value is (190,158,253). Sum of RGB (Red+Green+Blue) = 190+158+253=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE9EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9EFD is #416102. Grayscale: #B2B2B2. Windows color (decimal): -4284675 or 16621246. OLE color: 16621246.

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

Color convert

RGB190158253-
CMYK0.250.3800.01
HSL260.21º95.96%80.59%-
HSV(B)260.21º37.55%99.22%-
XYZ51.1942.4998.43-
YUV178.4170.1136.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 158 (62.11% from 255) = 26.29%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=31.61%
G=26.29%
B=42.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901582530.250.3800.01260.2195.9680.59
HexBE9EFD1926011046051
Octal276236375314601404140121
Binary101111101001111011111101110011001100110000010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9EFD; }

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

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

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

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

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

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

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

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