#BD9EF9

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

Shades of Perfume #BD9EF9

Tints of Perfume #BD9EF9

Color information

#BD9EF9 (or 0xBD9EF9) is unknown color: approx Perfume. HEX triplet: BD, 9E and F9. RGB value is (189,158,249). Sum of RGB (Red+Green+Blue) = 189+158+249=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD9EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9EF9 is #426106. Grayscale: #B1B1B1. Windows color (decimal): -4350215 or 16359101. OLE color: 16359101.

HSL color Cylindrical-coordinate representation of color #BD9EF9: hue angle of 260.44º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9EF9 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189158249-
CMYK0.240.3700.02
HSL260.44º88.35%79.8%-
HSV(B)260.44º36.55%97.65%-
XYZ50.3142.1195.1-
YUV177.64168.27136.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 158 (62.11% from 255) = 26.51%
BLUE value IS 249 (97.66% from 255) = 41.78%
R=31.71%
G=26.51%
B=41.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891582490.240.3700.02260.4488.3579.8
HexBD9EF91825021045850
Octal275236371304502404130120
Binary1011110110011110111110011100010010101010000010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9EF9; }

 p { color: rgb(189,158,249); }

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

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

 a { background-color: rgb(189,158,249); }

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

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

 span { border-color: rgb(189,158,249); }

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