#BD93EC

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

Shades of Perfume #BD93EC

Tints of Perfume #BD93EC

Color information

#BD93EC (or 0xBD93EC) is unknown color: approx Perfume. HEX triplet: BD, 93 and EC. RGB value is (189,147,236). Sum of RGB (Red+Green+Blue) = 189+147+236=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD93EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93EC is #426C13. Grayscale: #A9A9A9. Windows color (decimal): -4353044 or 15504317. OLE color: 15504317.

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

Color convert

RGB189147236-
CMYK0.200.3800.07
HSL268.31º70.08%75.1%-
HSV(B)268.31º37.71%92.55%-
XYZ46.5637.7484.19-
YUV169.7165.41141.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 147 (57.81% from 255) = 25.70%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=33.04%
G=25.70%
B=41.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891472360.200.3800.07268.3170.0875.1
HexBD93EC14260710c464b
Octal275223354244607414106113
Binary10111101100100111110110010100100110011110000110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93EC; }

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

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

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

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

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

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

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

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