#BEA9D5

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

Shades of Perfume #BEA9D5

Tints of Perfume #BEA9D5

Color information

#BEA9D5 (or 0xBEA9D5) is unknown color: approx Perfume. HEX triplet: BE, A9 and D5. RGB value is (190,169,213). Sum of RGB (Red+Green+Blue) = 190+169+213=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEA9D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9D5 is #41562A. Grayscale: #B4B4B4. Windows color (decimal): -4281899 or 14002622. OLE color: 14002622.

HSL color Cylindrical-coordinate representation of color #BEA9D5: hue angle of 268.64º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA9D5 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190169213-
CMYK0.110.2100.16
HSL268.64º34.37%74.9%-
HSV(B)268.64º20.66%83.53%-
XYZ47.4344.1368.97-
YUV180.3146.46134.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 169 (66.41% from 255) = 29.55%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=33.22%
G=29.55%
B=37.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901692130.110.2100.16268.6434.3774.9
HexBEA9D5B1501010d224b
Octal276251325132502041542113
Binary1011111010101001110101011011101010100001000011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9D5; }

 p { color: rgb(190,169,213); }

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

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

 a { background-color: rgb(190,169,213); }

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

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

 span { border-color: rgb(190,169,213); }

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