#BEA4CF

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

Shades of Perfume #BEA4CF

Tints of Perfume #BEA4CF

Color information

#BEA4CF (or 0xBEA4CF) is unknown color: approx Perfume. HEX triplet: BE, A4 and CF. RGB value is (190,164,207). Sum of RGB (Red+Green+Blue) = 190+164+207=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEA4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA4CF is #415B30. Grayscale: #B0B0B0. Windows color (decimal): -4283185 or 13608126. OLE color: 13608126.

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

Color convert

RGB190164207-
CMYK0.080.2100.19
HSL276.28º30.94%72.75%-
HSV(B)276.28º20.77%81.18%-
XYZ45.774264.73-
YUV176.68145.11137.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 164 (64.45% from 255) = 29.23%
BLUE value IS 207 (81.25% from 255) = 36.90%
R=33.87%
G=29.23%
B=36.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901642070.080.2100.19276.2830.9472.75
HexBEA4CF8150131141f49
Octal276244317102502342437111
Binary101111101010010011001111100010101010011100010100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4CF; }

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

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

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

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

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

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

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

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