#BE9AFB

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

Shades of Perfume #BE9AFB

Tints of Perfume #BE9AFB

Color information

#BE9AFB (or 0xBE9AFB) is unknown color: approx Perfume. HEX triplet: BE, 9A and FB. RGB value is (190,154,251). Sum of RGB (Red+Green+Blue) = 190+154+251=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE9AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9AFB is #416504. Grayscale: #AFAFAF. Windows color (decimal): -4285701 or 16489150. OLE color: 16489150.

HSL color Cylindrical-coordinate representation of color #BE9AFB: hue angle of 262.27º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE9AFB is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190154251-
CMYK0.240.3900.02
HSL262.27º92.38%79.41%-
HSV(B)262.27º38.65%98.43%-
XYZ50.241.0296.54-
YUV175.82170.43138.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 154 (60.55% from 255) = 25.88%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=31.93%
G=25.88%
B=42.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901542510.240.3900.02262.2792.3879.41
HexBE9AFB1827021065c4f
Octal276232373304702406134117
Binary1011111010011010111110111100010011101010000011010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9AFB; }

 p { color: rgb(190,154,251); }

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

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

 a { background-color: rgb(190,154,251); }

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

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

 span { border-color: rgb(190,154,251); }

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