#BDA5F3

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

Shades of Perfume #BDA5F3

Tints of Perfume #BDA5F3

Color information

#BDA5F3 (or 0xBDA5F3) is unknown color: approx Perfume. HEX triplet: BD, A5 and F3. RGB value is (189,165,243). Sum of RGB (Red+Green+Blue) = 189+165+243=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 165 (64.84% from 255 or 27.64% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDA5F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5F3 is #425A0C. Grayscale: #B4B4B4. Windows color (decimal): -4348429 or 15967677. OLE color: 15967677.

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

Color convert

RGB189165243-
CMYK0.220.3200.05
HSL258.46º76.47%80%-
HSV(B)258.46º32.1%95.29%-
XYZ50.6244.290.66-
YUV181.07162.95133.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 165 (64.84% from 255) = 27.64%
BLUE value IS 243 (95.31% from 255) = 40.70%
R=31.66%
G=27.64%
B=40.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891652430.220.3200.05258.4676.4780
HexBDA5F31620051024c50
Octal275245363264005402114120
Binary10111101101001011111001110110100000010110000001010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5F3; }

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

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

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

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

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

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

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

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