#BEA9D6

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

Shades of Perfume #BEA9D6

Tints of Perfume #BEA9D6

Color information

#BEA9D6 (or 0xBEA9D6) is unknown color: approx Perfume. HEX triplet: BE, A9 and D6. RGB value is (190,169,214). Sum of RGB (Red+Green+Blue) = 190+169+214=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEA9D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9D6 is #415629. Grayscale: #B4B4B4. Windows color (decimal): -4281898 or 14068158. OLE color: 14068158.

HSL color Cylindrical-coordinate representation of color #BEA9D6: hue angle of 268º degrees, saturation: 0.35, 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 #BEA9D6 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190169214-
CMYK0.110.2100.16
HSL268º35.43%75.1%-
HSV(B)268º21.03%83.92%-
XYZ47.5644.1869.64-
YUV180.41146.96134.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 169 (66.41% from 255) = 29.49%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=33.16%
G=29.49%
B=37.35%

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
Decimal1901692140.110.2100.1626835.4375.1
HexBEA9D6B1501010c234b
Octal276251326132502041443113
Binary1011111010101001110101101011101010100001000011001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9D6; }

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

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

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

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

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

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

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

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