#BD9DE9

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

Shades of Perfume #BD9DE9

Tints of Perfume #BD9DE9

Color information

#BD9DE9 (or 0xBD9DE9) is unknown color: approx Perfume. HEX triplet: BD, 9D and E9. RGB value is (189,157,233). Sum of RGB (Red+Green+Blue) = 189+157+233=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD9DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9DE9 is #426216. Grayscale: #AEAEAE. Windows color (decimal): -4350487 or 15310269. OLE color: 15310269.

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

Color convert

RGB189157233-
CMYK0.190.3300.09
HSL265.26º63.33%76.47%-
HSV(B)265.26º32.62%91.37%-
XYZ47.7540.8282.45-
YUV175.23160.6137.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 233 (91.41% from 255) = 40.24%
R=32.64%
G=27.12%
B=40.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891572330.190.3300.09265.2663.3376.47
HexBD9DE91321091093f4c
Octal275235351234101141177114
Binary10111101100111011110100110011100001010011000010011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9DE9; }

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

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

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

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

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

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

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

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