#BEA5CF

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

Shades of Perfume #BEA5CF

Tints of Perfume #BEA5CF

Color information

#BEA5CF (or 0xBEA5CF) is unknown color: approx Perfume. HEX triplet: BE, A5 and CF. RGB value is (190,165,207). Sum of RGB (Red+Green+Blue) = 190+165+207=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEA5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5CF is #415A30. Grayscale: #B1B1B1. Windows color (decimal): -4282929 or 13608382. OLE color: 13608382.

HSL color Cylindrical-coordinate representation of color #BEA5CF: hue angle of 275.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEA5CF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190165207-
CMYK0.080.2000.19
HSL275.71º30.43%72.94%-
HSV(B)275.71º20.29%81.18%-
XYZ45.9542.3664.79-
YUV177.26144.78137.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 165 (64.84% from 255) = 29.36%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=33.81%
G=29.36%
B=36.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901652070.080.2000.19275.7130.4372.94
HexBEA5CF8140131141e49
Octal276245317102402342436111
Binary101111101010010111001111100010100010011100010100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5CF; }

 p { color: rgb(190,165,207); }

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

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

 a { background-color: rgb(190,165,207); }

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

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

 span { border-color: rgb(190,165,207); }

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