#BDA9CD

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

Shades of Perfume #BDA9CD

Tints of Perfume #BDA9CD

Color information

#BDA9CD (or 0xBDA9CD) is unknown color: approx Perfume. HEX triplet: BD, A9 and CD. RGB value is (189,169,205). Sum of RGB (Red+Green+Blue) = 189+169+205=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDA9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9CD is #425632. Grayscale: #B2B2B2. Windows color (decimal): -4347443 or 13478333. OLE color: 13478333.

HSL color Cylindrical-coordinate representation of color #BDA9CD: hue angle of 273.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDA9CD is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189169205-
CMYK0.080.1800.20
HSL273.33º26.47%73.33%-
HSV(B)273.33º17.56%80.39%-
XYZ46.1943.663.74-
YUV179.08142.63135.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=33.57%
G=30.02%
B=36.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891692050.080.1800.20273.3326.4773.33
HexBDA9CD8120141111a49
Octal275251315102202442132111
Binary101111011010100111001101100010010010100100010001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA9CD; }

 p { color: rgb(189,169,205); }

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

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

 a { background-color: rgb(189,169,205); }

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

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

 span { border-color: rgb(189,169,205); }

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