#BEA2D3

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

Shades of Perfume #BEA2D3

Tints of Perfume #BEA2D3

Color information

#BEA2D3 (or 0xBEA2D3) is unknown color: approx Perfume. HEX triplet: BE, A2 and D3. RGB value is (190,162,211). Sum of RGB (Red+Green+Blue) = 190+162+211=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 211 - color contains mainly: blue. Hex color #BEA2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2D3 is #415D2C. Grayscale: #AFAFAF. Windows color (decimal): -4283693 or 13869758. OLE color: 13869758.

HSL color Cylindrical-coordinate representation of color #BEA2D3: hue angle of 274.29º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEA2D3 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190162211-
CMYK0.100.2300.17
HSL274.29º35.77%73.14%-
HSV(B)274.29º23.22%82.75%-
XYZ45.9141.4967.22-
YUV175.96147.78138.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 211 (82.81% from 255) = 37.48%
R=33.75%
G=28.77%
B=37.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901622110.100.2300.17274.2935.7773.14
HexBEA2D3A170111122449
Octal276242323122702142244111
Binary1011111010100010110100111010101110100011000100101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2D3; }

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

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

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

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

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

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

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

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