#BFA1EA

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

Shades of Perfume #BFA1EA

Tints of Perfume #BFA1EA

Color information

#BFA1EA (or 0xBFA1EA) is unknown color: approx Perfume. HEX triplet: BF, A1 and EA. RGB value is (191,161,234). Sum of RGB (Red+Green+Blue) = 191+161+234=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFA1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA1EA is #405E15. Grayscale: #B2B2B2. Windows color (decimal): -4218390 or 15376831. OLE color: 15376831.

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

Color convert

RGB191161234-
CMYK0.180.3100.08
HSL264.66º63.48%77.45%-
HSV(B)264.66º31.2%91.76%-
XYZ49.0842.5183.46-
YUV178.29159.44137.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 161 (63.28% from 255) = 27.47%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=32.59%
G=27.47%
B=39.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911612340.180.3100.08264.6663.4877.45
HexBFA1EA121F081093f4d
Octal277241352223701041177115
Binary1011111110100001111010101001011111010001000010011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA1EA; }

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

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

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

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

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

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

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

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