#BDA1F1

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

Shades of Perfume #BDA1F1

Tints of Perfume #BDA1F1

Color information

#BDA1F1 (or 0xBDA1F1) is unknown color: approx Perfume. HEX triplet: BD, A1 and F1. RGB value is (189,161,241). Sum of RGB (Red+Green+Blue) = 189+161+241=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDA1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA1F1 is #425E0E. Grayscale: #B2B2B2. Windows color (decimal): -4349455 or 15835581. OLE color: 15835581.

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

Color convert

RGB189161241-
CMYK0.220.3300.05
HSL261º74.07%78.82%-
HSV(B)261º33.2%94.51%-
XYZ49.6142.6688.84-
YUV178.49163.28135.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 161 (63.28% from 255) = 27.24%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=31.98%
G=27.24%
B=40.78%

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
Decimal1891612410.220.3300.0526174.0778.82
HexBDA1F11621051054a4f
Octal275241361264105405112117
Binary10111101101000011111000110110100001010110000010110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA1F1; }

 p { color: rgb(189,161,241); }

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

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

 a { background-color: rgb(189,161,241); }

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

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

 span { border-color: rgb(189,161,241); }

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