#BF9ED9

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

Shades of Perfume #BF9ED9

Tints of Perfume #BF9ED9

Color information

#BF9ED9 (or 0xBF9ED9) is unknown color: approx Perfume. HEX triplet: BF, 9E and D9. RGB value is (191,158,217). Sum of RGB (Red+Green+Blue) = 191+158+217=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF9ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ED9 is #406126. Grayscale: #AEAEAE. Windows color (decimal): -4219175 or 14261951. OLE color: 14261951.

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

Color convert

RGB191158217-
CMYK0.120.2700.15
HSL273.56º43.7%73.53%-
HSV(B)273.56º27.19%85.1%-
XYZ46.2440.5471.03-
YUV174.59151.93139.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 158 (62.11% from 255) = 27.92%
BLUE value IS 217 (85.16% from 255) = 38.34%
R=33.75%
G=27.92%
B=38.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911582170.120.2700.15273.5643.773.53
HexBF9ED9C1B0F1122c4a
Octal277236331143301742254112
Binary101111111001111011011001110011011011111000100101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9ED9; }

 p { color: rgb(191,158,217); }

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

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

 a { background-color: rgb(191,158,217); }

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

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

 span { border-color: rgb(191,158,217); }

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