#BDB6EE

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

Shades of Melrose #BDB6EE

Tints of Melrose #BDB6EE

Color information

#BDB6EE (or 0xBDB6EE) is unknown color: approx Melrose. HEX triplet: BD, B6 and EE. RGB value is (189,182,238). Sum of RGB (Red+Green+Blue) = 189+182+238=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDB6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6EE is #424911. Grayscale: #BEBEBE. Windows color (decimal): -4344082 or 15644349. OLE color: 15644349.

HSL color Cylindrical-coordinate representation of color #BDB6EE: hue angle of 247.5º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDB6EE is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189182238-
CMYK0.210.2400.07
HSL247.5º62.22%82.35%-
HSV(B)247.5º23.53%93.33%-
XYZ53.1550.4587.83-
YUV190.48154.82126.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 182 (71.48% from 255) = 29.89%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=31.03%
G=29.89%
B=39.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891822380.210.2400.07247.562.2282.35
HexBDB6EE151807f83e52
Octal27526635625300737076122
Binary10111101101101101110111010101110000111111110001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6EE; }

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

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

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

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

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

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

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

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