#BF9DE7

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

Shades of Perfume #BF9DE7

Tints of Perfume #BF9DE7

Color information

#BF9DE7 (or 0xBF9DE7) is unknown color: approx Perfume. HEX triplet: BF, 9D and E7. RGB value is (191,157,231). Sum of RGB (Red+Green+Blue) = 191+157+231=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF9DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9DE7 is #406218. Grayscale: #AFAFAF. Windows color (decimal): -4219417 or 15179199. OLE color: 15179199.

HSL color Cylindrical-coordinate representation of color #BF9DE7: hue angle of 267.57º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF9DE7 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191157231-
CMYK0.170.3200.09
HSL267.57º60.66%76.08%-
HSV(B)267.57º32.03%90.59%-
XYZ47.9740.9680.98-
YUV175.6159.26138.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 231 (90.62% from 255) = 39.90%
R=32.99%
G=27.12%
B=39.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911572310.170.3200.09267.5760.6676.08
HexBF9DE711200910c3d4c
Octal277235347214001141475114
Binary10111111100111011110011110001100000010011000011001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DE7; }

 p { color: rgb(191,157,231); }

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

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

 a { background-color: rgb(191,157,231); }

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

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

 span { border-color: rgb(191,157,231); }

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