#BDA5EE

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

Shades of Perfume #BDA5EE

Tints of Perfume #BDA5EE

Color information

#BDA5EE (or 0xBDA5EE) is unknown color: approx Perfume. HEX triplet: BD, A5 and EE. RGB value is (189,165,238). Sum of RGB (Red+Green+Blue) = 189+165+238=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDA5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5EE is #425A11. Grayscale: #B4B4B4. Windows color (decimal): -4348434 or 15639997. OLE color: 15639997.

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

Color convert

RGB189165238-
CMYK0.210.3100.07
HSL259.73º68.22%79.02%-
HSV(B)259.73º30.67%93.33%-
XYZ49.8743.986.73-
YUV180.5160.45134.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 165 (64.84% from 255) = 27.87%
BLUE value IS 238 (93.36% from 255) = 40.20%
R=31.93%
G=27.87%
B=40.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891652380.210.3100.07259.7368.2279.02
HexBDA5EE151F07104444f
Octal275245356253707404104117
Binary1011110110100101111011101010111111011110000010010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5EE; }

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

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

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

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

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

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

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

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