#BDA3EE

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

Shades of Perfume #BDA3EE

Tints of Perfume #BDA3EE

Color information

#BDA3EE (or 0xBDA3EE) is unknown color: approx Perfume. HEX triplet: BD, A3 and EE. RGB value is (189,163,238). Sum of RGB (Red+Green+Blue) = 189+163+238=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3EE is #425C11. Grayscale: #B3B3B3. Windows color (decimal): -4348946 or 15639485. OLE color: 15639485.

HSL color Cylindrical-coordinate representation of color #BDA3EE: hue angle of 260.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA3EE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189163238-
CMYK0.210.3200.07
HSL260.8º68.81%78.63%-
HSV(B)260.8º31.51%93.33%-
XYZ49.5243.1986.61-
YUV179.32161.11134.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 163 (64.06% from 255) = 27.63%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=32.03%
G=27.63%
B=40.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891632380.210.3200.07260.868.8178.63
HexBDA3EE152007105454f
Octal275243356254007405105117
Binary10111101101000111110111010101100000011110000010110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA3EE; }

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

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

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

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

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

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

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

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