#BEA3CE

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

Shades of Perfume #BEA3CE

Tints of Perfume #BEA3CE

Color information

#BEA3CE (or 0xBEA3CE) is unknown color: approx Perfume. HEX triplet: BE, A3 and CE. RGB value is (190,163,206). Sum of RGB (Red+Green+Blue) = 190+163+206=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3CE is #415C31. Grayscale: #AFAFAF. Windows color (decimal): -4283442 or 13542334. OLE color: 13542334.

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

Color convert

RGB190163206-
CMYK0.080.2100.19
HSL277.67º30.5%72.35%-
HSV(B)277.67º20.87%80.78%-
XYZ45.4741.664.03-
YUV175.98144.95138-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 163 (64.06% from 255) = 29.16%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=33.99%
G=29.16%
B=36.85%

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
Decimal1901632060.080.2100.19277.6730.572.35
HexBEA3CE8150131161e48
Octal276243316102502342636110
Binary101111101010001111001110100010101010011100010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3CE; }

 p { color: rgb(190,163,206); }

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

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

 a { background-color: rgb(190,163,206); }

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

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

 span { border-color: rgb(190,163,206); }

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