#BFA0ED

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

Shades of Perfume #BFA0ED

Tints of Perfume #BFA0ED

Color information

#BFA0ED (or 0xBFA0ED) is unknown color: approx Perfume. HEX triplet: BF, A0 and ED. RGB value is (191,160,237). Sum of RGB (Red+Green+Blue) = 191+160+237=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA0ED is #405F12. Grayscale: #B1B1B1. Windows color (decimal): -4218643 or 15573183. OLE color: 15573183.

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

Color convert

RGB191160237-
CMYK0.190.3200.07
HSL264.16º68.14%77.84%-
HSV(B)264.16º32.49%92.94%-
XYZ49.3442.3385.69-
YUV178.05161.27137.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 160 (62.89% from 255) = 27.21%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=32.48%
G=27.21%
B=40.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911602370.190.3200.07264.1668.1477.84
HexBFA0ED132007108444e
Octal277240355234007410104116
Binary10111111101000001110110110011100000011110000100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA0ED; }

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

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

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

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

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

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

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

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