#BEA8DF

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

Shades of Perfume #BEA8DF

Tints of Perfume #BEA8DF

Color information

#BEA8DF (or 0xBEA8DF) is unknown color: approx Perfume. HEX triplet: BE, A8 and DF. RGB value is (190,168,223). Sum of RGB (Red+Green+Blue) = 190+168+223=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8DF is #415720. Grayscale: #B4B4B4. Windows color (decimal): -4282145 or 14657726. OLE color: 14657726.

HSL color Cylindrical-coordinate representation of color #BEA8DF: hue angle of 264º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEA8DF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190168223-
CMYK0.150.2500.13
HSL264º46.22%76.67%-
HSV(B)264º24.66%87.45%-
XYZ48.5644.2875.8-
YUV180.85151.79134.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 168 (66.02% from 255) = 28.92%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=32.70%
G=28.92%
B=38.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901682230.150.2500.1326446.2276.67
HexBEA8DFF190D1082e4d
Octal276250337173101541056115
Binary101111101010100011011111111111001011011000010001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8DF; }

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

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

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

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

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

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

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

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