#BDA2FD

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

Shades of Perfume #BDA2FD

Tints of Perfume #BDA2FD

Color information

#BDA2FD (or 0xBDA2FD) is unknown color: approx Perfume. HEX triplet: BD, A2 and FD. RGB value is (189,162,253). Sum of RGB (Red+Green+Blue) = 189+162+253=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDA2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2FD is #425D02. Grayscale: #B4B4B4. Windows color (decimal): -4349187 or 16622269. OLE color: 16622269.

HSL color Cylindrical-coordinate representation of color #BDA2FD: hue angle of 257.8º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDA2FD is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189162253-
CMYK0.250.3600.01
HSL257.8º95.79%81.37%-
HSV(B)257.8º35.97%99.22%-
XYZ51.6443.7598.65-
YUV180.45168.95134.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 162 (63.67% from 255) = 26.82%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=31.29%
G=26.82%
B=41.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891622530.250.3600.01257.895.7981.37
HexBDA2FD1924011026051
Octal275242375314401402140121
Binary101111011010001011111101110011001000110000001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA2FD; }

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

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

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

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

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

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

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

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