#BDA0FD

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

Shades of Perfume #BDA0FD

Tints of Perfume #BDA0FD

Color information

#BDA0FD (or 0xBDA0FD) is unknown color: approx Perfume. HEX triplet: BD, A0 and FD. RGB value is (189,160,253). Sum of RGB (Red+Green+Blue) = 189+160+253=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDA0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0FD is #425F02. Grayscale: #B2B2B2. Windows color (decimal): -4349699 or 16621757. OLE color: 16621757.

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

Color convert

RGB189160253-
CMYK0.250.3700.01
HSL258.71º95.88%80.98%-
HSV(B)258.71º36.76%99.22%-
XYZ51.2943.0598.54-
YUV179.27169.61134.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 160 (62.89% from 255) = 26.58%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=31.40%
G=26.58%
B=42.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891602530.250.3700.01258.7195.8880.98
HexBDA0FD1925011036051
Octal275240375314501403140121
Binary101111011010000011111101110011001010110000001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA0FD; }

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

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

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

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

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

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

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

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