#BD9FEC

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

Shades of Perfume #BD9FEC

Tints of Perfume #BD9FEC

Color information

#BD9FEC (or 0xBD9FEC) is unknown color: approx Perfume. HEX triplet: BD, 9F and EC. RGB value is (189,159,236). Sum of RGB (Red+Green+Blue) = 189+159+236=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FEC is #426013. Grayscale: #B0B0B0. Windows color (decimal): -4349972 or 15507389. OLE color: 15507389.

HSL color Cylindrical-coordinate representation of color #BD9FEC: hue angle of 263.38º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9FEC is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189159236-
CMYK0.200.3300.07
HSL263.38º66.96%77.45%-
HSV(B)263.38º32.63%92.55%-
XYZ48.5241.6784.84-
YUV176.75161.44136.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=32.36%
G=27.23%
B=40.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891592360.200.3300.07263.3866.9677.45
HexBD9FEC142107107434d
Octal275237354244107407103115
Binary10111101100111111110110010100100001011110000011110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FEC; }

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

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

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

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

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

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

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

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