#BE9BED

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

Shades of Perfume #BE9BED

Tints of Perfume #BE9BED

Color information

#BE9BED (or 0xBE9BED) is unknown color: approx Perfume. HEX triplet: BE, 9B and ED. RGB value is (190,155,237). Sum of RGB (Red+Green+Blue) = 190+155+237=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE9BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9BED is #416412. Grayscale: #AEAEAE. Windows color (decimal): -4285459 or 15571902. OLE color: 15571902.

HSL color Cylindrical-coordinate representation of color #BE9BED: hue angle of 265.61º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE9BED is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190155237-
CMYK0.200.3500.07
HSL265.61º69.49%76.86%-
HSV(B)265.61º34.6%92.94%-
XYZ48.2440.585.4-
YUV174.81163.1138.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 155 (60.94% from 255) = 26.63%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=32.65%
G=26.63%
B=40.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901552370.200.3500.07265.6169.4976.86
HexBE9BED14230710a454d
Octal276233355244307412105115
Binary10111110100110111110110110100100011011110000101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BED; }

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

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

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

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

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

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

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

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