#BFA2EC

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

Shades of Perfume #BFA2EC

Tints of Perfume #BFA2EC

Color information

#BFA2EC (or 0xBFA2EC) is unknown color: approx Perfume. HEX triplet: BF, A2 and EC. RGB value is (191,162,236). Sum of RGB (Red+Green+Blue) = 191+162+236=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA2EC is #405D13. Grayscale: #B2B2B2. Windows color (decimal): -4218132 or 15508159. OLE color: 15508159.

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

Color convert

RGB191162236-
CMYK0.190.3100.07
HSL263.51º66.07%78.04%-
HSV(B)263.51º31.36%92.55%-
XYZ49.5542.9785.04-
YUV179.11160.11136.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 162 (63.67% from 255) = 27.50%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=32.43%
G=27.50%
B=40.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911622360.190.3100.07263.5166.0778.04
HexBFA2EC131F07108424e
Octal277242354233707410102116
Binary1011111110100010111011001001111111011110000100010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA2EC; }

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

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

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

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

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

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

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

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