#BD9FD5

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

Shades of Perfume #BD9FD5

Tints of Perfume #BD9FD5

Color information

#BD9FD5 (or 0xBD9FD5) is unknown color: approx Perfume. HEX triplet: BD, 9F and D5. RGB value is (189,159,213). Sum of RGB (Red+Green+Blue) = 189+159+213=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD9FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FD5 is #42602A. Grayscale: #ADADAD. Windows color (decimal): -4349995 or 14000061. OLE color: 14000061.

HSL color Cylindrical-coordinate representation of color #BD9FD5: hue angle of 273.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD9FD5 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189159213-
CMYK0.110.2500.16
HSL273.33º39.13%72.94%-
HSV(B)273.33º25.35%83.53%-
XYZ45.3940.4268.36-
YUV174.13149.94138.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 213 (83.59% from 255) = 37.97%
R=33.69%
G=28.34%
B=37.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891592130.110.2500.16273.3339.1372.94
HexBD9FD5B190101112749
Octal275237325133102042147111
Binary1011110110011111110101011011110010100001000100011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FD5; }

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

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

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

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

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

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

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

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