#BDA7E4

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

Shades of Perfume #BDA7E4

Tints of Perfume #BDA7E4

Color information

#BDA7E4 (or 0xBDA7E4) is unknown color: approx Perfume. HEX triplet: BD, A7 and E4. RGB value is (189,167,228). Sum of RGB (Red+Green+Blue) = 189+167+228=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDA7E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7E4 is #42581B. Grayscale: #B4B4B4. Windows color (decimal): -4347932 or 14985149. OLE color: 14985149.

HSL color Cylindrical-coordinate representation of color #BDA7E4: hue angle of 261.64º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA7E4 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189167228-
CMYK0.170.2700.11
HSL261.64º53.04%77.45%-
HSV(B)261.64º26.75%89.41%-
XYZ48.8144.0679.33-
YUV180.53154.79134.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 167 (65.62% from 255) = 28.60%
BLUE value IS 228 (89.45% from 255) = 39.04%
R=32.36%
G=28.60%
B=39.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891672280.170.2700.11261.6453.0477.45
HexBDA7E4111B0B106354d
Octal275247344213301340665115
Binary1011110110100111111001001000111011010111000001101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA7E4; }

 p { color: rgb(189,167,228); }

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

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

 a { background-color: rgb(189,167,228); }

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

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

 span { border-color: rgb(189,167,228); }

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