#BD9FD1

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

Shades of Perfume #BD9FD1

Tints of Perfume #BD9FD1

Color information

#BD9FD1 (or 0xBD9FD1) is unknown color: approx Perfume. HEX triplet: BD, 9F and D1. RGB value is (189,159,209). Sum of RGB (Red+Green+Blue) = 189+159+209=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD9FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FD1 is #42602E. Grayscale: #ADADAD. Windows color (decimal): -4349999 or 13737917. OLE color: 13737917.

HSL color Cylindrical-coordinate representation of color #BD9FD1: hue angle of 276º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD9FD1 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189159209-
CMYK0.100.2400.18
HSL276º35.21%72.16%-
HSV(B)276º23.92%81.96%-
XYZ44.8940.2265.72-
YUV173.67147.94138.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 159 (62.5% from 255) = 28.55%
BLUE value IS 209 (82.03% from 255) = 37.52%
R=33.93%
G=28.55%
B=37.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891592090.100.2400.1827635.2172.16
HexBD9FD1A180121142348
Octal275237321123002242443110
Binary1011110110011111110100011010110000100101000101001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FD1; }

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

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

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

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

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

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

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

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