#BFA0FF

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

Shades of Perfume #BFA0FF

Tints of Perfume #BFA0FF

Color information

#BFA0FF (or 0xBFA0FF) is unknown color: approx Perfume. HEX triplet: BF, A0 and FF. RGB value is (191,160,255). Sum of RGB (Red+Green+Blue) = 191+160+255=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA0FF is #405F00. Grayscale: #B3B3B3. Windows color (decimal): -4218625 or 16752831. OLE color: 16752831.

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

Color convert

RGB191160255-
CMYK0.250.3700
HSL259.58º100%81.37%-
HSV(B)259.58º37.25%100%-
XYZ52.1143.44100.25-
YUV180.1170.27135.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 160 (62.89% from 255) = 26.40%
BLUE value IS 255 (100% from 255) = 42.08%
R=31.52%
G=26.40%
B=42.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911602550.250.3700259.5810081.37
HexBFA0FF1925001046451
Octal277240377314500404144121
Binary101111111010000011111111110011001010010000010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA0FF; }

 p { color: rgb(191,160,255); }

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

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

 a { background-color: rgb(191,160,255); }

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

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

 span { border-color: rgb(191,160,255); }

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