#BEA1D1

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

Shades of Perfume #BEA1D1

Tints of Perfume #BEA1D1

Color information

#BEA1D1 (or 0xBEA1D1) is unknown color: approx Perfume. HEX triplet: BE, A1 and D1. RGB value is (190,161,209). Sum of RGB (Red+Green+Blue) = 190+161+209=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEA1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1D1 is #415E2E. Grayscale: #AEAEAE. Windows color (decimal): -4283951 or 13738430. OLE color: 13738430.

HSL color Cylindrical-coordinate representation of color #BEA1D1: hue angle of 276.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEA1D1 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190161209-
CMYK0.090.2300.18
HSL276.25º34.29%72.55%-
HSV(B)276.25º22.97%81.96%-
XYZ45.4941.0465.85-
YUV175.14147.11138.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 161 (63.28% from 255) = 28.75%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=33.93%
G=28.75%
B=37.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901612090.090.2300.18276.2534.2972.55
HexBEA1D19170121142249
Octal276241321112702242442111
Binary1011111010100001110100011001101110100101000101001000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1D1; }

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

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

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

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

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

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

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

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