#BDB5EF

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

Shades of Melrose #BDB5EF

Tints of Melrose #BDB5EF

Color information

#BDB5EF (or 0xBDB5EF) is unknown color: approx Melrose. HEX triplet: BD, B5 and EF. RGB value is (189,181,239). Sum of RGB (Red+Green+Blue) = 189+181+239=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDB5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB5EF is #424A10. Grayscale: #BDBDBD. Windows color (decimal): -4344337 or 15709629. OLE color: 15709629.

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

Color convert

RGB189181239-
CMYK0.210.2400.06
HSL248.28º64.44%82.35%-
HSV(B)248.28º24.27%93.73%-
XYZ53.0950.188.53-
YUV190155.65127.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 181 (71.09% from 255) = 29.72%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=31.03%
G=29.72%
B=39.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891812390.210.2400.06248.2864.4482.35
HexBDB5EF151806f84052
Octal275265357253006370100122
Binary101111011011010111101111101011100001101111100010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB5EF; }

 p { color: rgb(189,181,239); }

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

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

 a { background-color: rgb(189,181,239); }

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

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

 span { border-color: rgb(189,181,239); }

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