#BDA0FF

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

Shades of Perfume #BDA0FF

Tints of Perfume #BDA0FF

Color information

#BDA0FF (or 0xBDA0FF) is unknown color: approx Perfume. HEX triplet: BD, A0 and FF. RGB value is (189,160,255). Sum of RGB (Red+Green+Blue) = 189+160+255=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0FF is #425F00. Grayscale: #B3B3B3. Windows color (decimal): -4349697 or 16752829. OLE color: 16752829.

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

Color convert

RGB189160255-
CMYK0.260.3700
HSL258.32º100%81.37%-
HSV(B)258.32º37.25%100%-
XYZ51.6143.18100.22-
YUV179.5170.61134.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 160 (62.89% from 255) = 26.49%
BLUE value IS 255 (100% from 255) = 42.22%
R=31.29%
G=26.49%
B=42.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891602550.260.3700258.3210081.37
HexBDA0FF1A25001026451
Octal275240377324500402144121
Binary101111011010000011111111110101001010010000001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA0FF; }

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

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

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

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

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

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

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

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