#BE9CDA

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

Shades of Perfume #BE9CDA

Tints of Perfume #BE9CDA

Color information

#BE9CDA (or 0xBE9CDA) is unknown color: approx Perfume. HEX triplet: BE, 9C and DA. RGB value is (190,156,218). Sum of RGB (Red+Green+Blue) = 190+156+218=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9CDA is #416325. Grayscale: #ADADAD. Windows color (decimal): -4285222 or 14326974. OLE color: 14326974.

HSL color Cylindrical-coordinate representation of color #BE9CDA: hue angle of 272.9º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE9CDA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190156218-
CMYK0.130.2800.15
HSL272.9º45.59%73.33%-
HSV(B)272.9º28.44%85.49%-
XYZ45.7839.7971.6-
YUV173.23153.26139.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 156 (61.33% from 255) = 27.66%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=33.69%
G=27.66%
B=38.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901562180.130.2800.15272.945.5973.33
HexBE9CDAD1C0F1112e49
Octal276234332153401742156111
Binary101111101001110011011010110111100011111000100011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9CDA; }

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

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

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

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

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

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

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

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