#BE9BFE

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

Shades of Perfume #BE9BFE

Tints of Perfume #BE9BFE

Color information

#BE9BFE (or 0xBE9BFE) is unknown color: approx Perfume. HEX triplet: BE, 9B and FE. RGB value is (190,155,254). Sum of RGB (Red+Green+Blue) = 190+155+254=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE9BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9BFE is #416401. Grayscale: #B0B0B0. Windows color (decimal): -4285442 or 16686014. OLE color: 16686014.

HSL color Cylindrical-coordinate representation of color #BE9BFE: hue angle of 261.21º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE9BFE is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190155254-
CMYK0.250.3900.00
HSL261.21º98.02%80.2%-
HSV(B)261.21º38.98%99.61%-
XYZ50.8541.5599.11-
YUV176.75171.6137.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 155 (60.94% from 255) = 25.88%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=31.72%
G=25.88%
B=42.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901552540.250.3900.00261.2198.0280.2
HexBE9BFE1927001056250
Octal276233376314700405142120
Binary101111101001101111111110110011001110010000010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BFE; }

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

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

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

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

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

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

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

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