#BDA2EB

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

Shades of Perfume #BDA2EB

Tints of Perfume #BDA2EB

Color information

#BDA2EB (or 0xBDA2EB) is unknown color: approx Perfume. HEX triplet: BD, A2 and EB. RGB value is (189,162,235). Sum of RGB (Red+Green+Blue) = 189+162+235=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDA2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2EB is #425D14. Grayscale: #B2B2B2. Windows color (decimal): -4349205 or 15442621. OLE color: 15442621.

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

Color convert

RGB189162235-
CMYK0.200.3100.08
HSL262.19º64.6%77.84%-
HSV(B)262.19º31.06%92.16%-
XYZ48.942.6684.25-
YUV178.4159.95135.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 162 (63.67% from 255) = 27.65%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=32.25%
G=27.65%
B=40.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891622350.200.3100.08262.1964.677.84
HexBDA2EB141F08106414e
Octal2752423532437010406101116
Binary10111101101000101110101110100111110100010000011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA2EB; }

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

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

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

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

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

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

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

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