#BEA2CF

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

Shades of Perfume #BEA2CF

Tints of Perfume #BEA2CF

Color information

#BEA2CF (or 0xBEA2CF) is unknown color: approx Perfume. HEX triplet: BE, A2 and CF. RGB value is (190,162,207). Sum of RGB (Red+Green+Blue) = 190+162+207=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEA2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2CF is #415D30. Grayscale: #AFAFAF. Windows color (decimal): -4283697 or 13607614. OLE color: 13607614.

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

Color convert

RGB190162207-
CMYK0.080.2200.19
HSL277.33º31.91%72.35%-
HSV(B)277.33º21.74%81.18%-
XYZ45.4241.2964.61-
YUV175.5145.78138.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=33.99%
G=28.98%
B=37.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901622070.080.2200.19277.3331.9172.35
HexBEA2CF8160131152048
Octal276242317102602342540110
Binary1011111010100010110011111000101100100111000101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2CF; }

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

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

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

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

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

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

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

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