#BDB3F1

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

Shades of Melrose #BDB3F1

Tints of Melrose #BDB3F1

Color information

#BDB3F1 (or 0xBDB3F1) is unknown color: approx Melrose. HEX triplet: BD, B3 and F1. RGB value is (189,179,241). Sum of RGB (Red+Green+Blue) = 189+179+241=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDB3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3F1 is #424C0E. Grayscale: #BCBCBC. Windows color (decimal): -4344847 or 15840189. OLE color: 15840189.

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

Color convert

RGB189179241-
CMYK0.220.2600.05
HSL249.68º68.89%82.35%-
HSV(B)249.68º25.73%94.51%-
XYZ52.9849.4189.96-
YUV189.06157.31127.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 179 (70.31% from 255) = 29.39%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=31.03%
G=29.39%
B=39.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891792410.220.2600.05249.6868.8982.35
HexBDB3F1161A05fa4552
Octal275263361263205372105122
Binary101111011011001111110001101101101001011111101010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3F1; }

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

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

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

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

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

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

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

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