#BE9BE0

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

Shades of Perfume #BE9BE0

Tints of Perfume #BE9BE0

Color information

#BE9BE0 (or 0xBE9BE0) is unknown color: approx Perfume. HEX triplet: BE, 9B and E0. RGB value is (190,155,224). Sum of RGB (Red+Green+Blue) = 190+155+224=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE9BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BE0 is #41641F. Grayscale: #ADADAD. Windows color (decimal): -4285472 or 14719934. OLE color: 14719934.

HSL color Cylindrical-coordinate representation of color #BE9BE0: hue angle of 270.43º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE9BE0 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190155224-
CMYK0.150.3100.12
HSL270.43º52.67%74.31%-
HSV(B)270.43º30.8%87.84%-
XYZ46.4139.7775.75-
YUV173.33156.6139.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 155 (60.94% from 255) = 27.24%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=33.39%
G=27.24%
B=39.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901552240.150.3100.12270.4352.6774.31
HexBE9BE0F1F0C10e354a
Octal276233340173701441665112
Binary101111101001101111100000111111111011001000011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BE0; }

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

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

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

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

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

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

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

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