#BD9FDC

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

Shades of Perfume #BD9FDC

Tints of Perfume #BD9FDC

Color information

#BD9FDC (or 0xBD9FDC) is unknown color: approx Perfume. HEX triplet: BD, 9F and DC. RGB value is (189,159,220). Sum of RGB (Red+Green+Blue) = 189+159+220=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FDC is #426023. Grayscale: #AEAEAE. Windows color (decimal): -4349988 or 14458813. OLE color: 14458813.

HSL color Cylindrical-coordinate representation of color #BD9FDC: hue angle of 269.51º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD9FDC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189159220-
CMYK0.140.2800.14
HSL269.51º46.56%74.31%-
HSV(B)269.51º27.73%86.27%-
XYZ46.340.7873.14-
YUV174.92153.44138.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=33.27%
G=27.99%
B=38.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891592200.140.2800.14269.5146.5674.31
HexBD9FDCE1C0E10e2f4a
Octal275237334163401641657112
Binary101111011001111111011100111011100011101000011101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FDC; }

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

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

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

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

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

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

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

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