#BDA4DD

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

Shades of Perfume #BDA4DD

Tints of Perfume #BDA4DD

Color information

#BDA4DD (or 0xBDA4DD) is unknown color: approx Perfume. HEX triplet: BD, A4 and DD. RGB value is (189,164,221). Sum of RGB (Red+Green+Blue) = 189+164+221=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4DD is #425B22. Grayscale: #B1B1B1. Windows color (decimal): -4348707 or 14525629. OLE color: 14525629.

HSL color Cylindrical-coordinate representation of color #BDA4DD: hue angle of 266.32º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA4DD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189164221-
CMYK0.140.2600.13
HSL266.32º45.6%75.49%-
HSV(B)266.32º25.79%86.67%-
XYZ47.3142.5974.13-
YUV177.97152.28135.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 164 (64.45% from 255) = 28.57%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=32.93%
G=28.57%
B=38.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891642210.140.2600.13266.3245.675.49
HexBDA4DDE1A0D10a2e4b
Octal275244335163201541256113
Binary101111011010010011011101111011010011011000010101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA4DD; }

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

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

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

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

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

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

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

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