#BFA4EB

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

Shades of Perfume #BFA4EB

Tints of Perfume #BFA4EB

Color information

#BFA4EB (or 0xBFA4EB) is unknown color: approx Perfume. HEX triplet: BF, A4 and EB. RGB value is (191,164,235). Sum of RGB (Red+Green+Blue) = 191+164+235=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFA4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4EB is #405B14. Grayscale: #B3B3B3. Windows color (decimal): -4217621 or 15443135. OLE color: 15443135.

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

Color convert

RGB191164235-
CMYK0.190.3000.08
HSL262.82º63.96%78.24%-
HSV(B)262.82º30.21%92.16%-
XYZ49.7643.6384.4-
YUV180.17158.95135.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 164 (64.45% from 255) = 27.80%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=32.37%
G=27.80%
B=39.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911642350.190.3000.08262.8263.9678.24
HexBFA4EB131E08107404e
Octal2772443532336010407100116
Binary10111111101001001110101110011111100100010000011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA4EB; }

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

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

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

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

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

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

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

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