#BEA8D6

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

Shades of Perfume #BEA8D6

Tints of Perfume #BEA8D6

Color information

#BEA8D6 (or 0xBEA8D6) is unknown color: approx Perfume. HEX triplet: BE, A8 and D6. RGB value is (190,168,214). Sum of RGB (Red+Green+Blue) = 190+168+214=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEA8D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8D6 is #415729. Grayscale: #B3B3B3. Windows color (decimal): -4282154 or 14067902. OLE color: 14067902.

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

Color convert

RGB190168214-
CMYK0.110.2100.16
HSL268.7º35.94%74.9%-
HSV(B)268.7º21.5%83.92%-
XYZ47.3843.8169.58-
YUV179.82147.29135.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 168 (66.02% from 255) = 29.37%
BLUE value IS 214 (83.98% from 255) = 37.41%
R=33.22%
G=29.37%
B=37.41%

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
Decimal1901682140.110.2100.16268.735.9474.9
HexBEA8D6B1501010d244b
Octal276250326132502041544113
Binary1011111010101000110101101011101010100001000011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8D6; }

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

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

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

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

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

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

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

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