#BE9DE0

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

Shades of Perfume #BE9DE0

Tints of Perfume #BE9DE0

Color information

#BE9DE0 (or 0xBE9DE0) is unknown color: approx Perfume. HEX triplet: BE, 9D and E0. RGB value is (190,157,224). Sum of RGB (Red+Green+Blue) = 190+157+224=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE9DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9DE0 is #41621F. Grayscale: #AEAEAE. Windows color (decimal): -4284960 or 14720446. OLE color: 14720446.

HSL color Cylindrical-coordinate representation of color #BE9DE0: hue angle of 269.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE9DE0 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190157224-
CMYK0.150.3000.12
HSL269.55º51.94%74.71%-
HSV(B)269.55º29.91%87.84%-
XYZ46.7540.4475.86-
YUV174.5155.93139.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 157 (61.72% from 255) = 27.50%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=33.27%
G=27.50%
B=39.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901572240.150.3000.12269.5551.9474.71
HexBE9DE0F1E0C10e344b
Octal276235340173601441664113
Binary101111101001110111100000111111110011001000011101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9DE0; }

 p { color: rgb(190,157,224); }

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

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

 a { background-color: rgb(190,157,224); }

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

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

 span { border-color: rgb(190,157,224); }

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