#BEA2FB

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

Shades of Perfume #BEA2FB

Tints of Perfume #BEA2FB

Color information

#BEA2FB (or 0xBEA2FB) is unknown color: approx Perfume. HEX triplet: BE, A2 and FB. RGB value is (190,162,251). Sum of RGB (Red+Green+Blue) = 190+162+251=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEA2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA2FB is #415D04. Grayscale: #B4B4B4. Windows color (decimal): -4283653 or 16491198. OLE color: 16491198.

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

Color convert

RGB190162251-
CMYK0.240.3500.02
HSL258.88º91.75%80.98%-
HSV(B)258.88º35.46%98.43%-
XYZ51.5743.7596.99-
YUV180.52167.78134.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 162 (63.67% from 255) = 26.87%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=31.51%
G=26.87%
B=41.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901622510.240.3500.02258.8891.7580.98
HexBEA2FB1823021035c51
Octal276242373304302403134121
Binary1011111010100010111110111100010001101010000001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2FB; }

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

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

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

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

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

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

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

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