#BD94E9

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

Shades of Perfume #BD94E9

Tints of Perfume #BD94E9

Color information

#BD94E9 (or 0xBD94E9) is unknown color: approx Perfume. HEX triplet: BD, 94 and E9. RGB value is (189,148,233). Sum of RGB (Red+Green+Blue) = 189+148+233=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD94E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD94E9 is #426B16. Grayscale: #A9A9A9. Windows color (decimal): -4352791 or 15307965. OLE color: 15307965.

HSL color Cylindrical-coordinate representation of color #BD94E9: hue angle of 268.94º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD94E9 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189148233-
CMYK0.190.3600.09
HSL268.94º65.89%74.71%-
HSV(B)268.94º36.48%91.37%-
XYZ46.2837.8881.96-
YUV169.95163.58141.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 148 (58.20% from 255) = 25.96%
BLUE value IS 233 (91.41% from 255) = 40.88%
R=33.16%
G=25.96%
B=40.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891482330.190.3600.09268.9465.8974.71
HexBD94E913240910d424b
Octal2752243512344011415102113
Binary101111011001010011101001100111001000100110000110110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD94E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD94E9; }

 p { color: rgb(189,148,233); }

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

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

 a { background-color: rgb(189,148,233); }

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

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

 span { border-color: rgb(189,148,233); }

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