#BDB6EA

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

Shades of Melrose #BDB6EA

Tints of Melrose #BDB6EA

Color information

#BDB6EA (or 0xBDB6EA) is unknown color: approx Melrose. HEX triplet: BD, B6 and EA. RGB value is (189,182,234). Sum of RGB (Red+Green+Blue) = 189+182+234=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDB6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6EA is #424915. Grayscale: #BDBDBD. Windows color (decimal): -4344086 or 15382205. OLE color: 15382205.

HSL color Cylindrical-coordinate representation of color #BDB6EA: hue angle of 248.08º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB6EA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189182234-
CMYK0.190.2200.08
HSL248.08º55.32%81.57%-
HSV(B)248.08º22.22%91.76%-
XYZ52.5750.2284.76-
YUV190.02152.82127.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 182 (71.48% from 255) = 30.08%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=31.24%
G=30.08%
B=38.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891822340.190.2200.08248.0855.3281.57
HexBDB6EA131608f83752
Octal275266352232601037067122
Binary101111011011011011101010100111011001000111110001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6EA; }

 p { color: rgb(189,182,234); }

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

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

 a { background-color: rgb(189,182,234); }

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

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

 span { border-color: rgb(189,182,234); }

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