#BFA4ED

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

Shades of Perfume #BFA4ED

Tints of Perfume #BFA4ED

Color information

#BFA4ED (or 0xBFA4ED) is unknown color: approx Perfume. HEX triplet: BF, A4 and ED. RGB value is (191,164,237). Sum of RGB (Red+Green+Blue) = 191+164+237=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4ED is #405B12. Grayscale: #B4B4B4. Windows color (decimal): -4217619 or 15574207. OLE color: 15574207.

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

Color convert

RGB191164237-
CMYK0.190.3100.07
HSL262.19º66.97%78.63%-
HSV(B)262.19º30.8%92.94%-
XYZ50.0543.7485.93-
YUV180.4159.95135.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 164 (64.45% from 255) = 27.70%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=32.26%
G=27.70%
B=40.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911642370.190.3100.07262.1966.9778.63
HexBFA4ED131F07106434f
Octal277244355233707406103117
Binary1011111110100100111011011001111111011110000011010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA4ED; }

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

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

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

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

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

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

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

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