#BD9FF9

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

Shades of Perfume #BD9FF9

Tints of Perfume #BD9FF9

Color information

#BD9FF9 (or 0xBD9FF9) is unknown color: approx Perfume. HEX triplet: BD, 9F and F9. RGB value is (189,159,249). Sum of RGB (Red+Green+Blue) = 189+159+249=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 249 (97.66% from 255 or 41.71% from 597); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD9FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FF9 is #426006. Grayscale: #B1B1B1. Windows color (decimal): -4349959 or 16359357. OLE color: 16359357.

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

Color convert

RGB189159249-
CMYK0.240.3600.02
HSL260º88.24%80%-
HSV(B)260º36.14%97.65%-
XYZ50.4842.4595.16-
YUV178.23167.94135.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 159 (62.5% from 255) = 26.63%
BLUE value IS 249 (97.66% from 255) = 41.71%
R=31.66%
G=26.63%
B=41.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891592490.240.3600.0226088.2480
HexBD9FF91824021045850
Octal275237371304402404130120
Binary1011110110011111111110011100010010001010000010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FF9; }

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

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

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

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

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

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

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

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