#BEA1D4

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

Shades of Perfume #BEA1D4

Tints of Perfume #BEA1D4

Color information

#BEA1D4 (or 0xBEA1D4) is unknown color: approx Perfume. HEX triplet: BE, A1 and D4. RGB value is (190,161,212). Sum of RGB (Red+Green+Blue) = 190+161+212=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEA1D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1D4 is #415E2B. Grayscale: #AFAFAF. Windows color (decimal): -4283948 or 13935038. OLE color: 13935038.

HSL color Cylindrical-coordinate representation of color #BEA1D4: hue angle of 274.12º 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 #BEA1D4 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190161212-
CMYK0.100.2400.17
HSL274.12º37.23%73.14%-
HSV(B)274.12º24.06%83.14%-
XYZ45.8641.1967.82-
YUV175.48148.61138.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 161 (63.28% from 255) = 28.60%
BLUE value IS 212 (83.20% from 255) = 37.66%
R=33.75%
G=28.60%
B=37.66%

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
Decimal1901612120.100.2400.17274.1237.2373.14
HexBEA1D4A180111122549
Octal276241324123002142245111
Binary1011111010100001110101001010110000100011000100101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1D4; }

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

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

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

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

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

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

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

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