#BDB3ED

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

Shades of Melrose #BDB3ED

Tints of Melrose #BDB3ED

Color information

#BDB3ED (or 0xBDB3ED) is unknown color: approx Melrose. HEX triplet: BD, B3 and ED. RGB value is (189,179,237). Sum of RGB (Red+Green+Blue) = 189+179+237=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDB3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3ED is #424C12. Grayscale: #BCBCBC. Windows color (decimal): -4344851 or 15578045. OLE color: 15578045.

HSL color Cylindrical-coordinate representation of color #BDB3ED: hue angle of 250.34º 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 #BDB3ED is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189179237-
CMYK0.200.2400.07
HSL250.34º61.7%81.57%-
HSV(B)250.34º24.47%92.94%-
XYZ52.3949.1786.85-
YUV188.6155.31128.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 179 (70.31% from 255) = 29.59%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=31.24%
G=29.59%
B=39.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891792370.200.2400.07250.3461.781.57
HexBDB3ED141807fa3e52
Octal27526335524300737276122
Binary10111101101100111110110110100110000111111110101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3ED; }

 p { color: rgb(189,179,237); }

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

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

 a { background-color: rgb(189,179,237); }

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

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

 span { border-color: rgb(189,179,237); }

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