#BDB1E1

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

Shades of Melrose #BDB1E1

Tints of Melrose #BDB1E1

Color information

#BDB1E1 (or 0xBDB1E1) is unknown color: approx Melrose. HEX triplet: BD, B1 and E1. RGB value is (189,177,225). Sum of RGB (Red+Green+Blue) = 189+177+225=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDB1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1E1 is #424E1E. Grayscale: #B9B9B9. Windows color (decimal): -4345375 or 14791101. OLE color: 14791101.

HSL color Cylindrical-coordinate representation of color #BDB1E1: hue angle of 255º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDB1E1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189177225-
CMYK0.160.2100.12
HSL255º44.44%78.82%-
HSV(B)255º21.33%88.24%-
XYZ50.347.777.79-
YUV186.06149.98130.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 177 (69.53% from 255) = 29.95%
BLUE value IS 225 (88.28% from 255) = 38.07%
R=31.98%
G=29.95%
B=38.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891772250.160.2100.1225544.4478.82
HexBDB1E110150Cff2c4f
Octal275261341202501437754117
Binary101111011011000111100001100001010101100111111111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1E1; }

 p { color: rgb(189,177,225); }

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

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

 a { background-color: rgb(189,177,225); }

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

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

 span { border-color: rgb(189,177,225); }

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