#BEA2D4

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

Shades of Perfume #BEA2D4

Tints of Perfume #BEA2D4

Color information

#BEA2D4 (or 0xBEA2D4) is unknown color: approx Perfume. HEX triplet: BE, A2 and D4. RGB value is (190,162,212). Sum of RGB (Red+Green+Blue) = 190+162+212=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEA2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2D4 is #415D2B. Grayscale: #AFAFAF. Windows color (decimal): -4283692 or 13935294. OLE color: 13935294.

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

Color convert

RGB190162212-
CMYK0.100.2400.17
HSL273.6º36.76%73.33%-
HSV(B)273.6º23.58%83.14%-
XYZ46.0441.5467.88-
YUV176.07148.28137.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 162 (63.67% from 255) = 28.72%
BLUE value IS 212 (83.20% from 255) = 37.59%
R=33.69%
G=28.72%
B=37.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901622120.100.2400.17273.636.7673.33
HexBEA2D4A180111122549
Octal276242324123002142245111
Binary1011111010100010110101001010110000100011000100101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2D4; }

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

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

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

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

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

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

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

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