#BE97FE

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

Shades of Perfume #BE97FE

Tints of Perfume #BE97FE

Color information

#BE97FE (or 0xBE97FE) is unknown color: approx Perfume. HEX triplet: BE, 97 and FE. RGB value is (190,151,254). Sum of RGB (Red+Green+Blue) = 190+151+254=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE97FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE97FE is #416801. Grayscale: #AEAEAE. Windows color (decimal): -4286466 or 16684990. OLE color: 16684990.

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

Color convert

RGB190151254-
CMYK0.250.4100.00
HSL262.72º98.1%79.41%-
HSV(B)262.72º40.55%99.61%-
XYZ50.1940.2498.89-
YUV174.4172.92139.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=31.93%
G=25.38%
B=42.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901512540.250.4100.00262.7298.179.41
HexBE97FE192900107624f
Octal276227376315100407142117
Binary101111101001011111111110110011010010010000011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97FE; }

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

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

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

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

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

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

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

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