#BFAED1

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

Shades of Perfume #BFAED1

Tints of Perfume #BFAED1

Color information

#BFAED1 (or 0xBFAED1) is unknown color: approx Perfume. HEX triplet: BF, AE and D1. RGB value is (191,174,209). Sum of RGB (Red+Green+Blue) = 191+174+209=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAED1 is #40512E. Grayscale: #B6B6B6. Windows color (decimal): -4215087 or 13741759. OLE color: 13741759.

HSL color Cylindrical-coordinate representation of color #BFAED1: hue angle of 269.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFAED1 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191174209-
CMYK0.090.1700.18
HSL269.14º27.56%75.1%-
HSV(B)269.14º16.75%81.96%-
XYZ48.1345.9566.65-
YUV183.07142.63133.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=33.28%
G=30.31%
B=36.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911742090.090.1700.18269.1427.5675.1
HexBFAED191101210d1c4b
Octal277256321112102241534113
Binary101111111010111011010001100110001010010100001101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAED1; }

 p { color: rgb(191,174,209); }

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

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

 a { background-color: rgb(191,174,209); }

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

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

 span { border-color: rgb(191,174,209); }

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