#BE9AFA

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

Shades of Perfume #BE9AFA

Tints of Perfume #BE9AFA

Color information

#BE9AFA (or 0xBE9AFA) is unknown color: approx Perfume. HEX triplet: BE, 9A and FA. RGB value is (190,154,250). Sum of RGB (Red+Green+Blue) = 190+154+250=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE9AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9AFA is #416505. Grayscale: #AFAFAF. Windows color (decimal): -4285702 or 16423614. OLE color: 16423614.

HSL color Cylindrical-coordinate representation of color #BE9AFA: hue angle of 262.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE9AFA is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190154250-
CMYK0.240.3800.02
HSL262.5º90.57%79.22%-
HSV(B)262.5º38.4%98.04%-
XYZ50.0540.9695.71-
YUV175.71169.93138.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=31.99%
G=25.93%
B=42.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901542500.240.3800.02262.590.5779.22
HexBE9AFA1826021065b4f
Octal276232372304602406133117
Binary1011111010011010111110101100010011001010000011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9AFA; }

 p { color: rgb(190,154,250); }

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

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

 a { background-color: rgb(190,154,250); }

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

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

 span { border-color: rgb(190,154,250); }

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