#BDA2EC

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

Shades of Perfume #BDA2EC

Tints of Perfume #BDA2EC

Color information

#BDA2EC (or 0xBDA2EC) is unknown color: approx Perfume. HEX triplet: BD, A2 and EC. RGB value is (189,162,236). Sum of RGB (Red+Green+Blue) = 189+162+236=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2EC is #425D13. Grayscale: #B2B2B2. Windows color (decimal): -4349204 or 15508157. OLE color: 15508157.

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

Color convert

RGB189162236-
CMYK0.200.3100.07
HSL261.89º66.07%78.04%-
HSV(B)261.89º31.36%92.55%-
XYZ49.0542.7285.02-
YUV178.51160.45135.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 162 (63.67% from 255) = 27.60%
BLUE value IS 236 (92.58% from 255) = 40.20%
R=32.20%
G=27.60%
B=40.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891622360.200.3100.07261.8966.0778.04
HexBDA2EC141F07106424e
Octal275242354243707406102116
Binary1011110110100010111011001010011111011110000011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA2EC; }

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

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

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

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

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

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

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

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