#BD9CD9

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

Shades of Perfume #BD9CD9

Tints of Perfume #BD9CD9

Color information

#BD9CD9 (or 0xBD9CD9) is unknown color: approx Perfume. HEX triplet: BD, 9C and D9. RGB value is (189,156,217). Sum of RGB (Red+Green+Blue) = 189+156+217=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD9CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CD9 is #426326. Grayscale: #ACACAC. Windows color (decimal): -4350759 or 14261437. OLE color: 14261437.

HSL color Cylindrical-coordinate representation of color #BD9CD9: hue angle of 272.46º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD9CD9 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189156217-
CMYK0.130.2800.15
HSL272.46º44.53%73.14%-
HSV(B)272.46º28.11%85.1%-
XYZ45.439.6170.9-
YUV172.82152.93139.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 156 (61.33% from 255) = 27.76%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=33.63%
G=27.76%
B=38.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891562170.130.2800.15272.4644.5373.14
HexBD9CD9D1C0F1102d49
Octal275234331153401742055111
Binary101111011001110011011001110111100011111000100001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CD9; }

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

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

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

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

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

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

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

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