#BFACCD

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

Shades of Perfume #BFACCD

Tints of Perfume #BFACCD

Color information

#BFACCD (or 0xBFACCD) is unknown color: approx Perfume. HEX triplet: BF, AC and CD. RGB value is (191,172,205). Sum of RGB (Red+Green+Blue) = 191+172+205=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACCD is #405332. Grayscale: #B5B5B5. Windows color (decimal): -4215603 or 13479103. OLE color: 13479103.

HSL color Cylindrical-coordinate representation of color #BFACCD: hue angle of 274.55º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFACCD is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191172205-
CMYK0.070.1600.20
HSL274.55º24.81%73.92%-
HSV(B)274.55º16.1%80.39%-
XYZ47.2644.9963.95-
YUV181.44141.29134.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=33.63%
G=30.28%
B=36.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911722050.070.1600.20274.5524.8173.92
HexBFACCD710014113194a
Octal27725431572002442331112
Binary10111111101011001100110111110000010100100010011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACCD; }

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

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

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

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

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

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

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

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