#BFA1EB

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

Shades of Perfume #BFA1EB

Tints of Perfume #BFA1EB

Color information

#BFA1EB (or 0xBFA1EB) is unknown color: approx Perfume. HEX triplet: BF, A1 and EB. RGB value is (191,161,235). Sum of RGB (Red+Green+Blue) = 191+161+235=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFA1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA1EB is #405E14. Grayscale: #B2B2B2. Windows color (decimal): -4218389 or 15442367. OLE color: 15442367.

HSL color Cylindrical-coordinate representation of color #BFA1EB: hue angle of 264.32º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA1EB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191161235-
CMYK0.190.3100.08
HSL264.32º64.91%77.65%-
HSV(B)264.32º31.49%92.16%-
XYZ49.2342.5684.22-
YUV178.41159.94136.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 161 (63.28% from 255) = 27.43%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=32.54%
G=27.43%
B=40.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911612350.190.3100.08264.3264.9177.65
HexBFA1EB131F08108414e
Octal2772413532337010410101116
Binary10111111101000011110101110011111110100010000100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA1EB; }

 p { color: rgb(191,161,235); }

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

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

 a { background-color: rgb(191,161,235); }

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

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

 span { border-color: rgb(191,161,235); }

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