#BD9FEF

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

Shades of Perfume #BD9FEF

Tints of Perfume #BD9FEF

Color information

#BD9FEF (or 0xBD9FEF) is unknown color: approx Perfume. HEX triplet: BD, 9F and EF. RGB value is (189,159,239). Sum of RGB (Red+Green+Blue) = 189+159+239=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD9FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FEF is #426010. Grayscale: #B0B0B0. Windows color (decimal): -4349969 or 15703997. OLE color: 15703997.

HSL color Cylindrical-coordinate representation of color #BD9FEF: hue angle of 262.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9FEF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189159239-
CMYK0.210.3300.06
HSL262.5º71.43%78.04%-
HSV(B)262.5º33.47%93.73%-
XYZ48.9641.8587.16-
YUV177.09162.94136.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 239 (93.75% from 255) = 40.72%
R=32.20%
G=27.09%
B=40.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891592390.210.3300.06262.571.4378.04
HexBD9FEF152106106474e
Octal275237357254106406107116
Binary10111101100111111110111110101100001011010000011010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FEF; }

 p { color: rgb(189,159,239); }

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

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

 a { background-color: rgb(189,159,239); }

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

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

 span { border-color: rgb(189,159,239); }

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