#BDA5E1

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

Shades of Perfume #BDA5E1

Tints of Perfume #BDA5E1

Color information

#BDA5E1 (or 0xBDA5E1) is unknown color: approx Perfume. HEX triplet: BD, A5 and E1. RGB value is (189,165,225). Sum of RGB (Red+Green+Blue) = 189+165+225=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDA5E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5E1 is #425A1E. Grayscale: #B2B2B2. Windows color (decimal): -4348447 or 14788029. OLE color: 14788029.

HSL color Cylindrical-coordinate representation of color #BDA5E1: hue angle of 264º 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 #BDA5E1 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189165225-
CMYK0.160.2700.12
HSL264º50%76.47%-
HSV(B)264º26.67%88.24%-
XYZ48.0343.1777.03-
YUV179.02153.95135.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 165 (64.84% from 255) = 28.50%
BLUE value IS 225 (88.28% from 255) = 38.86%
R=32.64%
G=28.50%
B=38.86%

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
Decimal1891652250.160.2700.122645076.47
HexBDA5E1101B0C108324c
Octal275245341203301441062114
Binary1011110110100101111000011000011011011001000010001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5E1; }

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

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

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

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

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

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

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

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