#BDA2EE

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

Shades of Perfume #BDA2EE

Tints of Perfume #BDA2EE

Color information

#BDA2EE (or 0xBDA2EE) is unknown color: approx Perfume. HEX triplet: BD, A2 and EE. RGB value is (189,162,238). Sum of RGB (Red+Green+Blue) = 189+162+238=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDA2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2EE is #425D11. Grayscale: #B2B2B2. Windows color (decimal): -4349202 or 15639229. OLE color: 15639229.

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

Color convert

RGB189162238-
CMYK0.210.3200.07
HSL261.32º69.09%78.43%-
HSV(B)261.32º31.93%93.33%-
XYZ49.3442.8386.56-
YUV178.74161.45135.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 162 (63.67% from 255) = 27.50%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=32.09%
G=27.50%
B=40.41%

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
Decimal1891622380.210.3200.07261.3269.0978.43
HexBDA2EE152007105454e
Octal275242356254007405105116
Binary10111101101000101110111010101100000011110000010110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA2EE; }

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

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

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

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

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

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

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

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