#BDA0F9

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

Shades of Perfume #BDA0F9

Tints of Perfume #BDA0F9

Color information

#BDA0F9 (or 0xBDA0F9) is unknown color: approx Perfume. HEX triplet: BD, A0 and F9. RGB value is (189,160,249). Sum of RGB (Red+Green+Blue) = 189+160+249=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDA0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0F9 is #425F06. Grayscale: #B2B2B2. Windows color (decimal): -4349703 or 16359613. OLE color: 16359613.

HSL color Cylindrical-coordinate representation of color #BDA0F9: hue angle of 259.55º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDA0F9 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189160249-
CMYK0.240.3600.02
HSL259.55º88.12%80.2%-
HSV(B)259.55º35.74%97.65%-
XYZ50.6642.895.21-
YUV178.82167.61135.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 160 (62.89% from 255) = 26.76%
BLUE value IS 249 (97.66% from 255) = 41.64%
R=31.61%
G=26.76%
B=41.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891602490.240.3600.02259.5588.1280.2
HexBDA0F91824021045850
Octal275240371304402404130120
Binary1011110110100000111110011100010010001010000010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA0F9; }

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

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

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

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

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

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

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

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