#BF9CDA

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

Shades of Perfume #BF9CDA

Tints of Perfume #BF9CDA

Color information

#BF9CDA (or 0xBF9CDA) is unknown color: approx Perfume. HEX triplet: BF, 9C and DA. RGB value is (191,156,218). Sum of RGB (Red+Green+Blue) = 191+156+218=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9CDA is #406325. Grayscale: #ADADAD. Windows color (decimal): -4219686 or 14326975. OLE color: 14326975.

HSL color Cylindrical-coordinate representation of color #BF9CDA: hue angle of 273.87º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF9CDA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191156218-
CMYK0.120.2800.15
HSL273.87º45.59%73.33%-
HSV(B)273.87º28.44%85.49%-
XYZ46.0339.9271.61-
YUV173.53153.1140.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 156 (61.33% from 255) = 27.61%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=33.81%
G=27.61%
B=38.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911562180.120.2800.15273.8745.5973.33
HexBF9CDAC1C0F1122e49
Octal277234332143401742256111
Binary101111111001110011011010110011100011111000100101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9CDA; }

 p { color: rgb(191,156,218); }

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

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

 a { background-color: rgb(191,156,218); }

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

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

 span { border-color: rgb(191,156,218); }

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