#BFAACF

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

Shades of Perfume #BFAACF

Tints of Perfume #BFAACF

Color information

#BFAACF (or 0xBFAACF) is unknown color: approx Perfume. HEX triplet: BF, AA and CF. RGB value is (191,170,207). Sum of RGB (Red+Green+Blue) = 191+170+207=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAACF is #405530. Grayscale: #B4B4B4. Windows color (decimal): -4216113 or 13609663. OLE color: 13609663.

HSL color Cylindrical-coordinate representation of color #BFAACF: hue angle of 274.05º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFAACF is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191170207-
CMYK0.080.1800.19
HSL274.05º27.82%73.92%-
HSV(B)274.05º17.87%81.18%-
XYZ47.1244.3365.1-
YUV180.5142.96135.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=33.63%
G=29.93%
B=36.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911702070.080.1800.19274.0527.8273.92
HexBFAACF8120131121c4a
Octal277252317102202342234112
Binary101111111010101011001111100010010010011100010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAACF; }

 p { color: rgb(191,170,207); }

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

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

 a { background-color: rgb(191,170,207); }

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

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

 span { border-color: rgb(191,170,207); }

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