#BFA6ED

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

Shades of Perfume #BFA6ED

Tints of Perfume #BFA6ED

Color information

#BFA6ED (or 0xBFA6ED) is unknown color: approx Perfume. HEX triplet: BF, A6 and ED. RGB value is (191,166,237). Sum of RGB (Red+Green+Blue) = 191+166+237=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFA6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA6ED is #405912. Grayscale: #B5B5B5. Windows color (decimal): -4217107 or 15574719. OLE color: 15574719.

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

Color convert

RGB191166237-
CMYK0.190.3000.07
HSL261.13º66.36%79.02%-
HSV(B)261.13º29.96%92.94%-
XYZ50.4144.4686.05-
YUV181.57159.28134.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 166 (65.23% from 255) = 27.95%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=32.15%
G=27.95%
B=39.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911662370.190.3000.07261.1366.3679.02
HexBFA6ED131E07105424f
Octal277246355233607405102117
Binary1011111110100110111011011001111110011110000010110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA6ED; }

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

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

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

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

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

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

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

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