#BFA6EB

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

Shades of Perfume #BFA6EB

Tints of Perfume #BFA6EB

Color information

#BFA6EB (or 0xBFA6EB) is unknown color: approx Perfume. HEX triplet: BF, A6 and EB. RGB value is (191,166,235). Sum of RGB (Red+Green+Blue) = 191+166+235=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFA6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA6EB is #405914. Grayscale: #B5B5B5. Windows color (decimal): -4217109 or 15443647. OLE color: 15443647.

HSL color Cylindrical-coordinate representation of color #BFA6EB: hue angle of 261.74º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA6EB is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191166235-
CMYK0.190.2900.08
HSL261.74º63.3%78.63%-
HSV(B)261.74º29.36%92.16%-
XYZ50.1244.3584.52-
YUV181.34158.28134.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 166 (65.23% from 255) = 28.04%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=32.26%
G=28.04%
B=39.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911662350.190.2900.08261.7463.378.63
HexBFA6EB131D081063f4f
Octal277246353233501040677117
Binary1011111110100110111010111001111101010001000001101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA6EB; }

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

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

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

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

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

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

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

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