#BE97FF

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

Shades of Perfume #BE97FF

Tints of Perfume #BE97FF

Color information

#BE97FF (or 0xBE97FF) is unknown color: approx Perfume. HEX triplet: BE, 97 and FF. RGB value is (190,151,255). Sum of RGB (Red+Green+Blue) = 190+151+255=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE97FF is #416800. Grayscale: #AEAEAE. Windows color (decimal): -4286465 or 16750526. OLE color: 16750526.

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

Color convert

RGB190151255-
CMYK0.250.4100
HSL262.5º100%79.61%-
HSV(B)262.5º40.78%100%-
XYZ50.3540.399.73-
YUV174.52173.42139.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.88%
GREEN value IS 151 (59.38% from 255) = 25.34%
BLUE value IS 255 (100% from 255) = 42.79%
R=31.88%
G=25.34%
B=42.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901512550.250.4100262.510079.61
HexBE97FF1929001066450
Octal276227377315100406144120
Binary101111101001011111111111110011010010010000011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97FF; }

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

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

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

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

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

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

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

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