#BD9CDF

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

Shades of Perfume #BD9CDF

Tints of Perfume #BD9CDF

Color information

#BD9CDF (or 0xBD9CDF) is unknown color: approx Perfume. HEX triplet: BD, 9C and DF. RGB value is (189,156,223). Sum of RGB (Red+Green+Blue) = 189+156+223=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD9CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CDF is #426320. Grayscale: #ADADAD. Windows color (decimal): -4350753 or 14654653. OLE color: 14654653.

HSL color Cylindrical-coordinate representation of color #BD9CDF: hue angle of 269.55º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9CDF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189156223-
CMYK0.150.3000.13
HSL269.55º51.15%74.31%-
HSV(B)269.55º30.04%87.45%-
XYZ46.1939.9275.08-
YUV173.5155.93139.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 156 (61.33% from 255) = 27.46%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=33.27%
G=27.46%
B=39.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891562230.150.3000.13269.5551.1574.31
HexBD9CDFF1E0D10e334a
Octal275234337173601541663112
Binary101111011001110011011111111111110011011000011101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CDF; }

 p { color: rgb(189,156,223); }

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

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

 a { background-color: rgb(189,156,223); }

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

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

 span { border-color: rgb(189,156,223); }

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