#BFA2EB

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

Shades of Perfume #BFA2EB

Tints of Perfume #BFA2EB

Color information

#BFA2EB (or 0xBFA2EB) is unknown color: approx Perfume. HEX triplet: BF, A2 and EB. RGB value is (191,162,235). Sum of RGB (Red+Green+Blue) = 191+162+235=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFA2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA2EB is #405D14. Grayscale: #B2B2B2. Windows color (decimal): -4218133 or 15442623. OLE color: 15442623.

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

Color convert

RGB191162235-
CMYK0.190.3100.08
HSL263.84º64.6%77.84%-
HSV(B)263.84º31.06%92.16%-
XYZ49.442.9284.28-
YUV178.99159.61136.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 162 (63.67% from 255) = 27.55%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=32.48%
G=27.55%
B=39.97%

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
Decimal1911622350.190.3100.08263.8464.677.84
HexBFA2EB131F08108414e
Octal2772423532337010410101116
Binary10111111101000101110101110011111110100010000100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA2EB; }

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

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

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

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

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

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

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

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