#BFA2FE

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

Shades of Perfume #BFA2FE

Tints of Perfume #BFA2FE

Color information

#BFA2FE (or 0xBFA2FE) is unknown color: approx Perfume. HEX triplet: BF, A2 and FE. RGB value is (191,162,254). Sum of RGB (Red+Green+Blue) = 191+162+254=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFA2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA2FE is #405D01. Grayscale: #B4B4B4. Windows color (decimal): -4218114 or 16687807. OLE color: 16687807.

HSL color Cylindrical-coordinate representation of color #BFA2FE: hue angle of 258.91º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFA2FE is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191162254-
CMYK0.250.3600.00
HSL258.91º97.87%81.57%-
HSV(B)258.91º36.22%99.61%-
XYZ52.344.0799.52-
YUV181.16169.11135.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 162 (63.67% from 255) = 26.69%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=31.47%
G=26.69%
B=41.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911622540.250.3600.00258.9197.8781.57
HexBFA2FE1924001036252
Octal277242376314400403142122
Binary101111111010001011111110110011001000010000001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA2FE; }

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

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

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

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

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

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

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

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