#BE92FF

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

Shades of Perfume #BE92FF

Tints of Perfume #BE92FF

Color information

#BE92FF (or 0xBE92FF) is unknown color: approx Perfume. HEX triplet: BE, 92 and FF. RGB value is (190,146,255). Sum of RGB (Red+Green+Blue) = 190+146+255=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE92FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE92FF is #416D00. Grayscale: #ABABAB. Windows color (decimal): -4287745 or 16749246. OLE color: 16749246.

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

Color convert

RGB190146255-
CMYK0.250.4300
HSL264.22º100%78.63%-
HSV(B)264.22º42.75%100%-
XYZ49.5638.7299.47-
YUV171.58175.08141.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 146 (57.42% from 255) = 24.70%
BLUE value IS 255 (100% from 255) = 43.15%
R=32.15%
G=24.70%
B=43.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901462550.250.4300264.2210078.63
HexBE92FF192B00108644f
Octal276222377315300410144117
Binary101111101001001011111111110011010110010000100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92FF; }

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

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

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

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

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

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

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

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