#BDA1FD

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

Shades of Perfume #BDA1FD

Tints of Perfume #BDA1FD

Color information

#BDA1FD (or 0xBDA1FD) is unknown color: approx Perfume. HEX triplet: BD, A1 and FD. RGB value is (189,161,253). Sum of RGB (Red+Green+Blue) = 189+161+253=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDA1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA1FD is #425E02. Grayscale: #B3B3B3. Windows color (decimal): -4349443 or 16622013. OLE color: 16622013.

HSL color Cylindrical-coordinate representation of color #BDA1FD: hue angle of 258.26º 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 #BDA1FD is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189161253-
CMYK0.250.3600.01
HSL258.26º95.83%81.18%-
HSV(B)258.26º36.36%99.22%-
XYZ51.4643.498.59-
YUV179.86169.28134.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 161 (63.28% from 255) = 26.70%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=31.34%
G=26.70%
B=41.96%

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
Decimal1891612530.250.3600.01258.2695.8381.18
HexBDA1FD1924011026051
Octal275241375314401402140121
Binary101111011010000111111101110011001000110000001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA1FD; }

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

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

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

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

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

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

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

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