#BDA9F1

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

Shades of Melrose #BDA9F1

Tints of Melrose #BDA9F1

Color information

#BDA9F1 (or 0xBDA9F1) is unknown color: approx Melrose. HEX triplet: BD, A9 and F1. RGB value is (189,169,241). Sum of RGB (Red+Green+Blue) = 189+169+241=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDA9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9F1 is #42560E. Grayscale: #B6B6B6. Windows color (decimal): -4347407 or 15837629. OLE color: 15837629.

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

Color convert

RGB189169241-
CMYK0.220.3000.05
HSL256.67º72%80.39%-
HSV(B)256.67º29.88%94.51%-
XYZ51.0545.5589.32-
YUV183.19160.63132.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.55%
GREEN value IS 169 (66.41% from 255) = 28.21%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=31.55%
G=28.21%
B=40.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891692410.220.3000.05256.677280.39
HexBDA9F1161E051014850
Octal275251361263605401110120
Binary1011110110101001111100011011011110010110000000110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA9F1; }

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

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

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

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

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

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

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

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