#bda3e7

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

Shades of Perfume #BDA3E7

Tints of Perfume #BDA3E7

Color information

#BDA3E7 (or 0xBDA3E7) is unknown color: approx Perfume. HEX triplet: BD, A3 and E7. RGB value is (189,163,231). Sum of RGB (Red+Green+Blue) = 189+163+231=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDA3E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3E7 is #425C18. Grayscale: #B2B2B2. Windows color (decimal): -4348953 or 15180733. OLE color: 15180733.

HSL color Cylindrical-coordinate representation of color #BDA3E7: hue angle of 262.94º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDA3E7 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189163231-
CMYK0.180.2900.09
HSL262.94º58.62%77.25%-
HSV(B)262.94º29.44%90.59%-
XYZ48.5142.7881.3-
YUV178.53157.61135.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 163 (64.06% from 255) = 27.96%
BLUE value IS 231 (90.62% from 255) = 39.62%
R=32.42%
G=27.96%
B=39.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891632310.180.2900.09262.9458.6277.25
HexBDA3E7121D091073b4d
Octal275243347223501140773115
Binary1011110110100011111001111001011101010011000001111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bda3e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bda3e7; }

 p { color: rgb(189,163,231); }

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

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

 a { background-color: rgb(189,163,231); }

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

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

 span { border-color: rgb(189,163,231); }

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