#BF9ED8

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

Shades of Perfume #BF9ED8

Tints of Perfume #BF9ED8

Color information

#BF9ED8 (or 0xBF9ED8) is unknown color: approx Perfume. HEX triplet: BF, 9E and D8. RGB value is (191,158,216). Sum of RGB (Red+Green+Blue) = 191+158+216=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF9ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ED8 is #406127. Grayscale: #AEAEAE. Windows color (decimal): -4219176 or 14196415. OLE color: 14196415.

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

Color convert

RGB191158216-
CMYK0.120.2700.15
HSL274.14º42.65%73.33%-
HSV(B)274.14º26.85%84.71%-
XYZ46.1140.4970.35-
YUV174.48151.43139.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 158 (62.11% from 255) = 27.96%
BLUE value IS 216 (84.77% from 255) = 38.23%
R=33.81%
G=27.96%
B=38.23%

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
Decimal1911582160.120.2700.15274.1442.6573.33
HexBF9ED8C1B0F1122b49
Octal277236330143301742253111
Binary101111111001111011011000110011011011111000100101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9ED8; }

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

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

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

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

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

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

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

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