#BDA0F4

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

Shades of Perfume #BDA0F4

Tints of Perfume #BDA0F4

Color information

#BDA0F4 (or 0xBDA0F4) is unknown color: approx Perfume. HEX triplet: BD, A0 and F4. RGB value is (189,160,244). Sum of RGB (Red+Green+Blue) = 189+160+244=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 160 (62.89% from 255 or 26.98% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDA0F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0F4 is #425F0B. Grayscale: #B1B1B1. Windows color (decimal): -4349708 or 16031933. OLE color: 16031933.

HSL color Cylindrical-coordinate representation of color #BDA0F4: hue angle of 260.71º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA0F4 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189160244-
CMYK0.230.3400.04
HSL260.71º79.25%79.22%-
HSV(B)260.71º34.43%95.69%-
XYZ49.8942.4991.16-
YUV178.25165.11135.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.87%
GREEN value IS 160 (62.89% from 255) = 26.98%
BLUE value IS 244 (95.70% from 255) = 41.15%
R=31.87%
G=26.98%
B=41.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891602440.230.3400.04260.7179.2579.22
HexBDA0F41722041054f4f
Octal275240364274204405117117
Binary10111101101000001111010010111100010010010000010110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA0F4; }

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

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

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

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

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

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

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

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