#BDA4CD

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

Shades of Perfume #BDA4CD

Tints of Perfume #BDA4CD

Color information

#BDA4CD (or 0xBDA4CD) is unknown color: approx Perfume. HEX triplet: BD, A4 and CD. RGB value is (189,164,205). Sum of RGB (Red+Green+Blue) = 189+164+205=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDA4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4CD is #425B32. Grayscale: #B0B0B0. Windows color (decimal): -4348723 or 13477053. OLE color: 13477053.

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

Color convert

RGB189164205-
CMYK0.080.200.20
HSL276.59º29.08%72.35%-
HSV(B)276.59º20%80.39%-
XYZ45.2841.7863.43-
YUV176.15144.28137.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=33.87%
G=29.39%
B=36.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891642050.080.200.20276.5929.0872.35
HexBDA4CD8140141151d48
Octal275244315102402442535110
Binary101111011010010011001101100010100010100100010101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA4CD; }

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

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

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

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

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

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

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

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