#BDB0E1

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

Shades of Melrose #BDB0E1

Tints of Melrose #BDB0E1

Color information

#BDB0E1 (or 0xBDB0E1) is unknown color: approx Melrose. HEX triplet: BD, B0 and E1. RGB value is (189,176,225). Sum of RGB (Red+Green+Blue) = 189+176+225=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDB0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0E1 is #424F1E. Grayscale: #B9B9B9. Windows color (decimal): -4345631 or 14790845. OLE color: 14790845.

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

Color convert

RGB189176225-
CMYK0.160.2200.12
HSL255.92º44.95%78.63%-
HSV(B)255.92º21.78%88.24%-
XYZ50.147.3177.72-
YUV185.47150.31130.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 176 (69.14% from 255) = 29.83%
BLUE value IS 225 (88.28% from 255) = 38.14%
R=32.03%
G=29.83%
B=38.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891762250.160.2200.12255.9244.9578.63
HexBDB0E110160C1002d4f
Octal275260341202601440055117
Binary1011110110110000111000011000010110011001000000001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0E1; }

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

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

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

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

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

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

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

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