#BDA0FA

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

Shades of Perfume #BDA0FA

Tints of Perfume #BDA0FA

Color information

#BDA0FA (or 0xBDA0FA) is unknown color: approx Perfume. HEX triplet: BD, A0 and FA. RGB value is (189,160,250). Sum of RGB (Red+Green+Blue) = 189+160+250=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0FA is #425F05. Grayscale: #B2B2B2. Windows color (decimal): -4349702 or 16425149. OLE color: 16425149.

HSL color Cylindrical-coordinate representation of color #BDA0FA: hue angle of 259.33º degrees, saturation: 0.9, 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 #BDA0FA is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189160250-
CMYK0.240.3600.02
HSL259.33º90%80.39%-
HSV(B)259.33º36%98.04%-
XYZ50.8142.8696.04-
YUV178.93168.11135.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.55%
GREEN value IS 160 (62.89% from 255) = 26.71%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=31.55%
G=26.71%
B=41.74%

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
Decimal1891602500.240.3600.02259.339080.39
HexBDA0FA1824021035a50
Octal275240372304402403132120
Binary1011110110100000111110101100010010001010000001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA0FA; }

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

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

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

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

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

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

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

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