#BFACD5

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

Shades of Perfume #BFACD5

Tints of Perfume #BFACD5

Color information

#BFACD5 (or 0xBFACD5) is unknown color: approx Perfume. HEX triplet: BF, AC and D5. RGB value is (191,172,213). Sum of RGB (Red+Green+Blue) = 191+172+213=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACD5 is #40532A. Grayscale: #B6B6B6. Windows color (decimal): -4215595 or 14003391. OLE color: 14003391.

HSL color Cylindrical-coordinate representation of color #BFACD5: hue angle of 267.8º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFACD5 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191172213-
CMYK0.100.1900.16
HSL267.8º32.8%75.49%-
HSV(B)267.8º19.25%83.53%-
XYZ48.2545.3969.17-
YUV182.36145.29134.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 213 (83.59% from 255) = 36.98%
R=33.16%
G=29.86%
B=36.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911722130.100.1900.16267.832.875.49
HexBFACD5A1301010c214b
Octal277254325122302041441113
Binary1011111110101100110101011010100110100001000011001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACD5; }

 p { color: rgb(191,172,213); }

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

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

 a { background-color: rgb(191,172,213); }

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

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

 span { border-color: rgb(191,172,213); }

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