#BE9BFB

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

Shades of Perfume #BE9BFB

Tints of Perfume #BE9BFB

Color information

#BE9BFB (or 0xBE9BFB) is unknown color: approx Perfume. HEX triplet: BE, 9B and FB. RGB value is (190,155,251). Sum of RGB (Red+Green+Blue) = 190+155+251=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9BFB is #416404. Grayscale: #B0B0B0. Windows color (decimal): -4285445 or 16489406. OLE color: 16489406.

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

Color convert

RGB190155251-
CMYK0.240.3800.02
HSL261.88º92.31%79.61%-
HSV(B)261.88º38.25%98.43%-
XYZ50.3741.3596.59-
YUV176.41170.1137.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.88%
GREEN value IS 155 (60.94% from 255) = 26.01%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=31.88%
G=26.01%
B=42.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901552510.240.3800.02261.8892.3179.61
HexBE9BFB1826021065c50
Octal276233373304602406134120
Binary1011111010011011111110111100010011001010000011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BFB; }

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

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

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

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

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

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

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

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