#BDA4E1

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

Shades of Perfume #BDA4E1

Tints of Perfume #BDA4E1

Color information

#BDA4E1 (or 0xBDA4E1) is unknown color: approx Perfume. HEX triplet: BD, A4 and E1. RGB value is (189,164,225). Sum of RGB (Red+Green+Blue) = 189+164+225=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDA4E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4E1 is #425B1E. Grayscale: #B2B2B2. Windows color (decimal): -4348703 or 14787773. OLE color: 14787773.

HSL color Cylindrical-coordinate representation of color #BDA4E1: hue angle of 264.59º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA4E1 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189164225-
CMYK0.160.2700.12
HSL264.59º50.41%76.27%-
HSV(B)264.59º27.11%88.24%-
XYZ47.8542.8176.97-
YUV178.43154.28135.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 164 (64.45% from 255) = 28.37%
BLUE value IS 225 (88.28% from 255) = 38.93%
R=32.70%
G=28.37%
B=38.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891642250.160.2700.12264.5950.4176.27
HexBDA4E1101B0C109324c
Octal275244341203301441162114
Binary1011110110100100111000011000011011011001000010011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA4E1; }

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

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

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

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

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

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

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

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