#BE9DFD

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

Shades of Perfume #BE9DFD

Tints of Perfume #BE9DFD

Color information

#BE9DFD (or 0xBE9DFD) is unknown color: approx Perfume. HEX triplet: BE, 9D and FD. RGB value is (190,157,253). Sum of RGB (Red+Green+Blue) = 190+157+253=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE9DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9DFD is #416202. Grayscale: #B1B1B1. Windows color (decimal): -4284931 or 16620990. OLE color: 16620990.

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

Color convert

RGB190157253-
CMYK0.250.3800.01
HSL260.62º96%80.39%-
HSV(B)260.62º37.94%99.22%-
XYZ51.0242.1598.38-
YUV177.81170.43136.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.67%
GREEN value IS 157 (61.72% from 255) = 26.17%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=31.67%
G=26.17%
B=42.17%

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
Decimal1901572530.250.3800.01260.629680.39
HexBE9DFD1926011056050
Octal276235375314601405140120
Binary101111101001110111111101110011001100110000010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9DFD; }

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

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

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

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

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

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

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

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