#bdb4f2

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

Shades of Melrose #BDB4F2

Tints of Melrose #BDB4F2

Color information

#BDB4F2 (or 0xBDB4F2) is unknown color: approx Melrose. HEX triplet: BD, B4 and F2. RGB value is (189,180,242). Sum of RGB (Red+Green+Blue) = 189+180+242=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDB4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4F2 is #424B0D. Grayscale: #BDBDBD. Windows color (decimal): -4344590 or 15905981. OLE color: 15905981.

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

Color convert

RGB189180242-
CMYK0.220.2600.05
HSL248.71º70.45%82.75%-
HSV(B)248.71º25.62%94.9%-
XYZ53.3349.8790.82-
YUV189.76157.48127.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 180 (70.70% from 255) = 29.46%
BLUE value IS 242 (94.92% from 255) = 39.61%
R=30.93%
G=29.46%
B=39.61%

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
Decimal1891802420.220.2600.05248.7170.4582.75
HexBDB4F2161A05f94653
Octal275264362263205371106123
Binary101111011011010011110010101101101001011111100110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdb4f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdb4f2; }

 p { color: rgb(189,180,242); }

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

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

 a { background-color: rgb(189,180,242); }

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

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

 span { border-color: rgb(189,180,242); }

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