#BFA3EB

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

Shades of Perfume #BFA3EB

Tints of Perfume #BFA3EB

Color information

#BFA3EB (or 0xBFA3EB) is unknown color: approx Perfume. HEX triplet: BF, A3 and EB. RGB value is (191,163,235). Sum of RGB (Red+Green+Blue) = 191+163+235=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFA3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA3EB is #405C14. Grayscale: #B3B3B3. Windows color (decimal): -4217877 or 15442879. OLE color: 15442879.

HSL color Cylindrical-coordinate representation of color #BFA3EB: hue angle of 263.33º degrees, saturation: 0.64, 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 #BFA3EB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191163235-
CMYK0.190.3100.08
HSL263.33º64.29%78.04%-
HSV(B)263.33º30.64%92.16%-
XYZ49.5843.2784.34-
YUV179.58159.28136.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 163 (64.06% from 255) = 27.67%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=32.43%
G=27.67%
B=39.90%

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
Decimal1911632350.190.3100.08263.3364.2978.04
HexBFA3EB131F08107404e
Octal2772433532337010407100116
Binary10111111101000111110101110011111110100010000011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA3EB; }

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

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

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

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

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

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

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

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