#BDA4F3

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

Shades of Perfume #BDA4F3

Tints of Perfume #BDA4F3

Color information

#BDA4F3 (or 0xBDA4F3) is unknown color: approx Perfume. HEX triplet: BD, A4 and F3. RGB value is (189,164,243). Sum of RGB (Red+Green+Blue) = 189+164+243=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 243 (95.31% from 255 or 40.77% from 596); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDA4F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4F3 is #425B0C. Grayscale: #B4B4B4. Windows color (decimal): -4348685 or 15967421. OLE color: 15967421.

HSL color Cylindrical-coordinate representation of color #BDA4F3: hue angle of 258.99º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA4F3 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189164243-
CMYK0.220.3300.05
HSL258.99º76.7%79.8%-
HSV(B)258.99º32.51%95.29%-
XYZ50.4443.8490.6-
YUV180.48163.28134.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 164 (64.45% from 255) = 27.52%
BLUE value IS 243 (95.31% from 255) = 40.77%
R=31.71%
G=27.52%
B=40.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891642430.220.3300.05258.9976.779.8
HexBDA4F31621051034d50
Octal275244363264105403115120
Binary10111101101001001111001110110100001010110000001110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA4F3; }

 p { color: rgb(189,164,243); }

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

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

 a { background-color: rgb(189,164,243); }

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

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

 span { border-color: rgb(189,164,243); }

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