#BE9CEA

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

Shades of Perfume #BE9CEA

Tints of Perfume #BE9CEA

Color information

#BE9CEA (or 0xBE9CEA) is unknown color: approx Perfume. HEX triplet: BE, 9C and EA. RGB value is (190,156,234). Sum of RGB (Red+Green+Blue) = 190+156+234=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9CEA is #416315. Grayscale: #AEAEAE. Windows color (decimal): -4285206 or 15375550. OLE color: 15375550.

HSL color Cylindrical-coordinate representation of color #BE9CEA: hue angle of 266.15º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE9CEA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190156234-
CMYK0.190.3300.08
HSL266.15º65%76.47%-
HSV(B)266.15º33.33%91.76%-
XYZ47.9740.6683.16-
YUV175.06161.26138.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=32.76%
G=26.90%
B=40.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901562340.190.3300.08266.156576.47
HexBE9CEA13210810a414c
Octal2762343522341010412101114
Binary101111101001110011101010100111000010100010000101010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9CEA; }

 p { color: rgb(190,156,234); }

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

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

 a { background-color: rgb(190,156,234); }

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

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

 span { border-color: rgb(190,156,234); }

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