#BEA2FF

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

Shades of Perfume #BEA2FF

Tints of Perfume #BEA2FF

Color information

#BEA2FF (or 0xBEA2FF) is unknown color: approx Perfume. HEX triplet: BE, A2 and FF. RGB value is (190,162,255). Sum of RGB (Red+Green+Blue) = 190+162+255=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA2FF is #415D00. Grayscale: #B4B4B4. Windows color (decimal): -4283649 or 16753342. OLE color: 16753342.

HSL color Cylindrical-coordinate representation of color #BEA2FF: hue angle of 258.06º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEA2FF is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190162255-
CMYK0.250.3600
HSL258.06º100%81.76%-
HSV(B)258.06º36.47%100%-
XYZ52.2144.01100.35-
YUV180.97169.78134.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 162 (63.67% from 255) = 26.69%
BLUE value IS 255 (100% from 255) = 42.01%
R=31.30%
G=26.69%
B=42.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901622550.250.3600258.0610081.76
HexBEA2FF1924001026452
Octal276242377314400402144122
Binary101111101010001011111111110011001000010000001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2FF; }

 p { color: rgb(190,162,255); }

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

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

 a { background-color: rgb(190,162,255); }

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

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

 span { border-color: rgb(190,162,255); }

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